HomeSort by relevance Sort by last modified time
    Searched refs:forShort (Results 1 - 4 of 4) sorted by null

  /external/mockito/src/test/java/org/mockitousage/matchers/
AnyXMatchersAcceptNullsTest.java 61 when(mock.forShort(anyShort())).thenReturn("2");
70 assertEquals(null, mock.forShort(null));
MatchersTest.java 461 when(mock.forShort(isNull(Short.class))).thenReturn("ok");
470 assertEquals("ok", mock.forShort(null));
  /external/mockito/src/test/java/org/mockitousage/
IMethods.java 65 String forShort(Short value);
MethodsImpl.java 116 public String forShort(Short value) {

Completed in 70 milliseconds