Searched refs:IsSorZ (Results 1 – 1 of 1) sorted by relevance
36 private final class IsSorZ implements ArgumentMatcher<Character> { class in CustomMatchersTest67 when(mock.oneArg(charThat(new IsSorZ()))).thenReturn("foo"); in shouldUseCustomCharMatcher()