Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/internal/stubbing/defaultanswers/
DReturnsGenericDeepStubsTest.java98 … AnotherListOfInteger anotherListOfInteger = mock(AnotherListOfInteger.class, RETURNS_DEEP_STUBS); in will_return_default_value_on_non_mockable_nested_generic() local
102 assertThat(anotherListOfInteger.get(25)).isEqualTo(0); in will_return_default_value_on_non_mockable_nested_generic()