Searched refs:anyShort (Results 1 – 4 of 4) sorted by relevance
225 public static short anyShort() { in anyShort() method in Matchers
27 import static com.google.testing.littlemock.LittleMock.anyShort;691 verify(mFoo).findByShort(anyShort()); in testAnyPrimitives()702 doReturn("d").when(mFoo).findByShort(anyShort()); in testAnyPrimitivesWhenMatching()
283 public static short anyShort() { in anyShort() method in EasyMock
295 public static short anyShort() { return addMatcher(new MatchAnything(), (short) 0); }