Searched refs:FakeListWithWrongMethods (Results 1 – 1 of 1) sorted by relevance
47 public class FakeListWithWrongMethods<T> { class in StubbingWithDelegateTest139 List<String> mock = mock(List.class, delegatesTo(new FakeListWithWrongMethods<String>())); in calling_method_with_wrong_primitive_return_should_throw_exception()151 List<String> mock = mock(List.class, delegatesTo(new FakeListWithWrongMethods<String>())); in calling_method_with_wrong_reference_return_should_throw_exception()