Searched refs:reportMatcher (Results 1 - 12 of 12) sorted by relevance

/external/mockito/src/org/mockito/
H A DMatchers.java121 return reportMatcher(Any.ANY).returnFalse();
136 return reportMatcher(Any.ANY).returnZero();
151 return reportMatcher(Any.ANY).returnChar();
166 return reportMatcher(Any.ANY).returnZero();
181 return reportMatcher(Any.ANY).returnZero();
196 return reportMatcher(Any.ANY).returnZero();
211 return reportMatcher(Any.ANY).returnZero();
226 return reportMatcher(Any.ANY).returnZero();
243 return (T) reportMatcher(Any.ANY).returnNull();
270 return (T) reportMatcher(AnyVarar
877 private static HandyReturnValues reportMatcher(Matcher<?> matcher) { method in class:Matchers
[all...]
H A DAdditionalMatchers.java56 return reportMatcher(new GreaterOrEqual<T>(value)).<T>returnNull();
69 return reportMatcher(new GreaterOrEqual<Byte>(value)).returnZero();
82 return reportMatcher(new GreaterOrEqual<Double>(value)).returnZero();
95 return reportMatcher(new GreaterOrEqual<Float>(value)).returnZero();
108 return reportMatcher(new GreaterOrEqual<Integer>(value)).returnZero();
121 return reportMatcher(new GreaterOrEqual<Long>(value)).returnZero();
134 return reportMatcher(new GreaterOrEqual<Short>(value)).returnZero();
147 return reportMatcher(new LessOrEqual<T>(value)).<T>returnNull();
160 return reportMatcher(new LessOrEqual<Byte>(value)).returnZero();
173 return reportMatcher(ne
989 private static HandyReturnValues reportMatcher(ArgumentMatcher<?> matcher) { method in class:AdditionalMatchers
[all...]
/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/mockito/src/org/mockito/internal/progress/
H A DArgumentMatcherStorage.java15 HandyReturnValues reportMatcher(Matcher matcher); method in interface:ArgumentMatcherStorage
H A DArgumentMatcherStorageImpl.java29 * @see org.mockito.internal.progress.ArgumentMatcherStorage#reportMatcher(org.hamcrest.Matcher)
31 public HandyReturnValues reportMatcher(Matcher matcher) { method in class:ArgumentMatcherStorageImpl
/external/easymock/src/org/easymock/internal/
H A DLastControl.java47 public static void reportMatcher(IArgumentMatcher matcher) { method in class:LastControl
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DServiceTest.java281 EasyMock.reportMatcher(new WrapsCallback(callback));
/external/android-mock/src/com/google/android/testing/mocking/
H A DAndroidMock.java2489 * AndroidMock.reportMatcher(new IntIsFortyTwo());
2499 public static void reportMatcher(IArgumentMatcher matcher) { method in class:AndroidMock
2500 EasyMock.reportMatcher(matcher);
/external/android-mock/tests/com/google/android/testing/mocking/
H A DAndroidMockTest.java845 AndroidMock.reportMatcher(new Equals(null));
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/vogar/lib/
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...

Completed in 391 milliseconds