Home
last modified time | relevance | path

Searched defs:firstUndesired (Results 1 – 3 of 3) 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()