Searched refs:shortThat (Results 1 – 3 of 3) sorted by relevance
116 public static short shortThat(Matcher<Short> matcher) { in shortThat() method in MockitoHamcrest
97 when(mock.oneArg(shortThat(new IsZeroOrOne<Short>()))).thenReturn("short"); in shouldUseCustomPrimitiveNumberMatchers()
1255 public static short shortThat(ArgumentMatcher<Short> matcher) { in shortThat() method in ArgumentMatchers