Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/verification/
DNoMoreInteractions.java8 import static org.mockito.internal.exceptions.Reporter.noMoreInteractionsWanted;
27 throw noMoreInteractionsWanted(unverified, (List) data.getAllInvocations()); in verify()
DOnly.java7 import static org.mockito.internal.exceptions.Reporter.noMoreInteractionsWanted;
30 throw noMoreInteractionsWanted(unverified, (List) invocations); in verify()
/external/mockito/src/test/java/org/mockito/internal/exceptions/
DReporterTest.java40 …throw Reporter.noMoreInteractionsWanted(invocation_with_bogus_default_answer, Collections.<Verific… in can_use_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_no_more_interaction_wanted()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java416 …public static MockitoAssertionError noMoreInteractionsWanted(Invocation undesired, List<Verificati… in noMoreInteractionsWanted() method in Reporter
/external/robolectric/v1/lib/test/
Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...