Searched defs:booleanThat (Results 1 – 2 of 2) sorted by relevance
88 public static boolean booleanThat(Matcher<Boolean> matcher) { in booleanThat() method in MockitoHamcrest
1225 public static boolean booleanThat(ArgumentMatcher<Boolean> matcher) { in booleanThat() method in ArgumentMatchers