Home
last modified time | relevance | path

Searched defs:firstUndesired (Results 1 – 4 of 4) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/verification/checkers/
DNumberOfInvocationsChecker.java41 Location firstUndesired = actualInvocations.get(wantedCount).getLocation(); in checkNumberOfInvocations() local
45 Location firstUndesired = actualInvocations.get(wantedCount).getLocation(); in checkNumberOfInvocations() local
62 Location firstUndesired = chunk.get(wantedCount).getLocation(); in checkNumberOfInvocations() local
DNumberOfInvocationsInOrderChecker.java35 Location firstUndesired = chunk.get(wantedCount).getLocation(); in check() local
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java353 …nvocations(int wantedCount, int actualCount, DescribedInvocation wanted, Location firstUndesired) { in tooManyActualInvocations()
359 Location firstUndesired) { in createTooManyInvocationsMessage()
370 … MockitoAssertionError neverWantedButInvoked(DescribedInvocation wanted, Location firstUndesired) { in neverWantedButInvoked()
381 …onsInOrder(int wantedCount, int actualCount, DescribedInvocation wanted, Location firstUndesired) { in tooManyActualInvocationsInOrder()
/external/robolectric/v1/lib/test/
Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...