Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/bugs/
DIOOBExceptionShouldNotBeThrownWhenNotCodingFluentlyTest.java27 OngoingStubbing<String> mapOngoingStubbing = when(map.get(anyString())); in second_stubbing_throws_IndexOutOfBoundsException() local
29 mapOngoingStubbing.thenReturn("first stubbing"); in second_stubbing_throws_IndexOutOfBoundsException()
32 mapOngoingStubbing.thenReturn("second stubbing"); in second_stubbing_throws_IndexOutOfBoundsException()