Home | History | Annotate | Download | only in littlemock

Lines Matching defs:anyInt

24 import static com.google.testing.littlemock.LittleMock.anyInt;
689 verify(mFoo).findByInt(anyInt());
700 doReturn("b").when(mFoo).findByInt(anyInt());
840 verify(mFoo, atLeastOnce()).get(anyInt());
848 verify(mFoo, atLeastOnce()).get(anyInt());
912 anyInt();
1601 // when(mock.foo(anyInt())).thenReturn("bar")