OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allInvocations
(Results
1 - 10
of
10
) sorted by null
/external/mockito/src/org/mockito/internal/verification/api/
VerificationDataInOrderImpl.java
15
private final List<Invocation>
allInvocations
;
18
public VerificationDataInOrderImpl(InOrderContext inOrder, List<Invocation>
allInvocations
, InvocationMatcher wanted) {
20
this.
allInvocations
=
allInvocations
;
25
return
allInvocations
;
/external/mockito/src/org/mockito/internal/debugging/
WarningsFinder.java
19
public WarningsFinder(List<Invocation> unusedStubs, List<InvocationMatcher>
allInvocations
) {
21
this.baseAllInvocations =
allInvocations
;
26
List<InvocationMatcher>
allInvocations
= new LinkedList(this.baseAllInvocations);
31
Iterator<InvocationMatcher> unstubbedIterator =
allInvocations
.iterator();
46
for (InvocationMatcher i :
allInvocations
) {
WarningsPrinterImpl.java
23
public WarningsPrinterImpl(List<Invocation> unusedStubs, List<InvocationMatcher>
allInvocations
, boolean warnAboutUnstubbed) {
24
this(warnAboutUnstubbed, new WarningsFinder(unusedStubs,
allInvocations
));
/external/mockito/src/org/mockito/internal/verification/
Calls.java
35
List<Invocation>
allInvocations
= data.getAllInvocations();
39
missingInvocation.check(
allInvocations
, wanted, this, data.getOrderingContext());
41
numberOfCalls.check(
allInvocations
, wanted, wantedCount, data.getOrderingContext());
AtLeast.java
44
List<Invocation>
allInvocations
= data.getAllInvocations();
51
missingInvocation.check(
allInvocations
, wanted, this, data.getOrderingContext());
54
numberOfCalls.check(
allInvocations
, wanted, wantedCount);
Times.java
43
List<Invocation>
allInvocations
= data.getAllInvocations();
48
missingInvocation.check(
allInvocations
, wanted, this, data.getOrderingContext());
51
numberOfCalls.check(
allInvocations
, wanted, wantedCount, data.getOrderingContext());
/external/mockito/src/org/mockito/internal/
MockitoCore.java
165
List<Invocation>
allInvocations
= ongoingStubbing.getRegisteredInvocations();
166
return
allInvocations
.get(
allInvocations
.size()-1);
/external/mockito/src/org/mockito/exceptions/
Reporter.java
311
String
allInvocations
;
313
allInvocations
= "Actually, there were zero interactions with this mock.\n";
322
allInvocations
= sb.toString();
326
throw new WantedButNotInvoked(message +
allInvocations
);
[
all
...]
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
Completed in 1532 milliseconds