Searched defs:reportMatcher (Results 1 - 3 of 3) sorted by relevance

/external/easymock/src/org/easymock/internal/
H A DLastControl.java47 public static void reportMatcher(IArgumentMatcher matcher) { method in class:LastControl
/external/easymock/src/org/easymock/
H A DEasyMock.java214 reportMatcher(Any.ANY);
224 reportMatcher(Any.ANY);
234 reportMatcher(Any.ANY);
244 reportMatcher(Any.ANY);
254 reportMatcher(Any.ANY);
264 reportMatcher(Any.ANY);
274 reportMatcher(Any.ANY);
284 reportMatcher(Any.ANY);
295 reportMatcher(Any.ANY);
309 reportMatcher(ne
1640 public static void reportMatcher(IArgumentMatcher matcher) { method in class:EasyMock
[all...]
/external/android-mock/src/com/google/android/testing/mocking/
H A DAndroidMock.java2579 * AndroidMock.reportMatcher(new IntIsFortyTwo());
2589 public static void reportMatcher(IArgumentMatcher matcher) { method in class:AndroidMock
2590 EasyMock.reportMatcher(matcher);

Completed in 94 milliseconds