Searched refs:anyBoolean (Results 1 – 10 of 10) sorted by relevance
120 public static boolean anyBoolean() { in anyBoolean() method in Matchers
296 public static boolean anyBoolean() { in anyBoolean() method in AndroidMock297 return EasyMock.anyBoolean(); in anyBoolean()
8 import static org.mockito.Matchers.anyBoolean;
19 import static com.google.testing.littlemock.LittleMock.anyBoolean;688 verify(mFoo).findByBoolean(anyBoolean()); in testAnyPrimitives()699 doReturn("a").when(mFoo).findByBoolean(anyBoolean()); in testAnyPrimitivesWhenMatching()
213 public static boolean anyBoolean() { in anyBoolean() method in EasyMock
292 public static boolean anyBoolean() { return addMatcher(new MatchAnything(), false); }
569 AndroidMock.expect(mockMap.get(AndroidMock.anyBoolean())).andReturn(null); in testAnyBoolean()
META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...
META-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...