Searched refs:forShort (Results 1 – 4 of 4) sorted by relevance
61 when(mock.forShort(anyShort())).thenReturn("2"); in shouldNotAcceptNullInAllAnyPrimitiveWrapperMatchers()70 assertEquals(null, mock.forShort(null)); in shouldNotAcceptNullInAllAnyPrimitiveWrapperMatchers()
461 when(mock.forShort(isNull(Short.class))).thenReturn("ok"); in null_matcher_for_primitive_wrappers()470 assertEquals("ok", mock.forShort(null)); in null_matcher_for_primitive_wrappers()
65 String forShort(Short value); in forShort() method
116 public String forShort(Short value) { in forShort() method in MethodsImpl