Home
last modified time | relevance | path

Searched refs:FakeListWithWrongMethods (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/stubbing/
DStubbingWithDelegateTest.java47 public class FakeListWithWrongMethods<T> { class in StubbingWithDelegateTest
139 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()