OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TWO_SUB_MATCHERS
(Results
1 - 2
of
2
) sorted by null
/external/mockito/src/org/mockito/internal/progress/
ArgumentMatcherStorageImpl.java
24
public static final int
TWO_SUB_MATCHERS
= 2;
53
assertStateFor("And(?)",
TWO_SUB_MATCHERS
);
54
And and = new And(popLastArgumentMatchers(
TWO_SUB_MATCHERS
));
63
assertStateFor("Or(?)",
TWO_SUB_MATCHERS
);
64
Or or = new Or(popLastArgumentMatchers(
TWO_SUB_MATCHERS
));
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
Completed in 210 milliseconds