OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wantedButNotInvoked
(Results
1 - 5
of
5
) sorted by null
/external/mockito/src/org/mockito/internal/verification/
Only.java
32
reporter.
wantedButNotInvoked
(wantedMatcher);
/external/mockito/src/org/mockito/internal/verification/checkers/
MissingInvocationChecker.java
42
reporter.
wantedButNotInvoked
(wanted, invocations);
MissingInvocationInOrderChecker.java
59
reporter.
wantedButNotInvoked
(wanted);
/external/mockito/src/org/mockito/exceptions/
Reporter.java
306
public void
wantedButNotInvoked
(DescribedInvocation wanted) {
307
throw new
WantedButNotInvoked
(createWantedButNotInvokedMessage(wanted));
310
public void
wantedButNotInvoked
(DescribedInvocation wanted, List<? extends DescribedInvocation> invocations) {
326
throw new
WantedButNotInvoked
(message + allInvocations);
[
all
...]
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
Completed in 101 milliseconds