Home
last modified time | relevance | path

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

/external/mockito/src/org/mockito/internal/verification/
DNoMoreInteractions.java22 … Invocation unverified = new InvocationsFinder().findFirstUnverified(data.getAllInvocations()); in verify()
24 new Reporter().noMoreInteractionsWanted(unverified, (List) data.getAllInvocations()); in verify()
29 List<Invocation> invocations = data.getAllInvocations(); in verifyInOrder()
DTimes.java36 missingInvocation.check(data.getAllInvocations(), data.getWanted()); in verify()
39 numberOfInvocations.check(data.getAllInvocations(), data.getWanted(), wantedCount); in verify()
43 List<Invocation> allInvocations = data.getAllInvocations(); in verifyInOrder()
DAtLeast.java38 missingInvocation.check(data.getAllInvocations(), data.getWanted()); in verify()
40 numberOfInvocations.check(data.getAllInvocations(), data.getWanted(), wantedCount); in verify()
44 List<Invocation> allInvocations = data.getAllInvocations(); in verifyInOrder()
DVerificationDataImpl.java27 public List<Invocation> getAllInvocations() { in getAllInvocations() method in VerificationDataImpl
DAtMost.java32 List<Invocation> invocations = data.getAllInvocations(); in verify()
DCalls.java35 List<Invocation> allInvocations = data.getAllInvocations(); in verifyInOrder()
DOnly.java26 List<Invocation> invocations = data.getAllInvocations(); in verify()
/external/mockito/src/org/mockito/internal/verification/api/
DVerificationData.java14 List<Invocation> getAllInvocations(); in getAllInvocations() method
DVerificationDataInOrder.java14 List<Invocation> getAllInvocations(); in getAllInvocations() method
DVerificationDataInOrderImpl.java24 public List<Invocation> getAllInvocations() { in getAllInvocations() method in VerificationDataInOrderImpl
/external/robolectric/lib/test/
Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...
/external/vogar/lib/
Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...
/external/dexmaker/lib/
Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...