Searched refs:anotherListOfInteger (Results 1 – 1 of 1) sorted by relevance
98 … AnotherListOfInteger anotherListOfInteger = mock(AnotherListOfInteger.class, RETURNS_DEEP_STUBS); in will_return_default_value_on_non_mockable_nested_generic() local102 assertThat(anotherListOfInteger.get(25)).isEqualTo(0); in will_return_default_value_on_non_mockable_nested_generic()