OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tooLittleActualInvocations
(Results
1 - 5
of
5
) sorted by null
/external/mockito/src/org/mockito/internal/verification/checkers/
AtLeastXNumberOfInvocationsChecker.java
29
reporter.
tooLittleActualInvocations
(new AtLeastDiscrepancy(wantedCount, actualCount), wanted, lastLocation);
NumberOfInvocationsChecker.java
39
reporter.
tooLittleActualInvocations
(new Discrepancy(wantedCount, actualCount), wanted, lastInvocation);
/external/mockito/src/org/mockito/exceptions/
Reporter.java
401
public void
tooLittleActualInvocations
(org.mockito.internal.reporting.Discrepancy discrepancy, DescribedInvocation wanted, Location lastActualLocation) {
404
throw new
TooLittleActualInvocations
(message);
[
all
...]
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
/external/robolectric/lib/test/
mockito-core-1.8.5.jar
Completed in 3045 milliseconds