HomeSort by relevance Sort by last modified time
    Searched refs:noMoreInteractionsWanted (Results 1 - 4 of 4) sorted by null

  /external/mockito/src/main/java/org/mockito/internal/verification/
NoMoreInteractions.java 8 import static org.mockito.internal.exceptions.Reporter.noMoreInteractionsWanted;
27 throw noMoreInteractionsWanted(unverified, (List) data.getAllInvocations());
Only.java 7 import static org.mockito.internal.exceptions.Reporter.noMoreInteractionsWanted;
29 throw noMoreInteractionsWanted(unverified, (List) invocations);
  /external/mockito/src/test/java/org/mockito/internal/exceptions/
ReporterTest.java 40 throw Reporter.noMoreInteractionsWanted(invocation_with_bogus_default_answer, Collections.<VerificationAwareInvocation>emptyList());
  /external/mockito/src/main/java/org/mockito/internal/exceptions/
Reporter.java 433 public static MockitoAssertionError noMoreInteractionsWanted(Invocation undesired, List<VerificationAwareInvocation> invocations) {
    [all...]

Completed in 306 milliseconds