Searched refs:anyLong (Results 1 – 9 of 9) sorted by relevance
180 public static long anyLong() { in anyLong() method in Matchers
360 public static long anyLong() { in anyLong() method in AndroidMock361 return EasyMock.anyLong(); in anyLong()
25 import static com.google.testing.littlemock.LittleMock.anyLong;692 verify(mFoo).findByLong(anyLong()); in testAnyPrimitives()703 doReturn("e").when(mFoo).findByLong(anyLong()); in testAnyPrimitivesWhenMatching()
253 public static long anyLong() { in anyLong() method in EasyMock
301 public static long anyLong() { return addMatcher(new MatchAnything(), 0L); }
593 AndroidMock.expect(mockMap.get(AndroidMock.anyLong())).andReturn(null); in testAnyLong()
META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...
META-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...