Searched refs:anyInt (Results 1 – 10 of 10) sorted by relevance
6 import static org.mockito.Matchers.anyInt;82 … when(attrs.getAttributeIntValue(eq("android"), eq("maxLength"), anyInt())).thenReturn(maxLength); in attributeSetWithMaxLength()
24 import static com.google.testing.littlemock.LittleMock.anyInt;689 verify(mFoo).findByInt(anyInt()); in testAnyPrimitives()700 doReturn("b").when(mFoo).findByInt(anyInt()); in testAnyPrimitivesWhenMatching()840 verify(mFoo, atLeastOnce()).get(anyInt()); in testVerifyNoMoreInteractions_SucceedsWhenAllActionsWereVerified()848 verify(mFoo, atLeastOnce()).get(anyInt()); in testVerifyNoMoreInteractions_FailsWhenMostButNotAllActionsWereVerified()912 anyInt(); in testCheckStaticVariablesMethod()
165 public static int anyInt() { in anyInt() method in Matchers
344 public static int anyInt() { in anyInt() method in AndroidMock345 return EasyMock.anyInt(); in anyInt()
243 public static int anyInt() { in anyInt() method in EasyMock
283 public static int anyInt() { return addMatcher(new MatchAnything(), 0); }
587 AndroidMock.expect(mockMap.get(AndroidMock.anyInt())).andReturn(null); in testAnyInt()
META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...
META-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...