Searched refs:IsAnyBoolean (Results 1 – 1 of 1) sorted by relevance
30 private final class IsAnyBoolean implements ArgumentMatcher<Boolean> { class in CustomMatchersTest57 when(mock.oneArg(booleanThat(new IsAnyBoolean()))).thenReturn("foo"); in shouldUseCustomBooleanMatcher()