Searched defs:argThat (Results 1 – 2 of 2) sorted by relevance
60 public static <T> T argThat(Matcher<T> matcher) { in argThat() method in MockitoHamcrest
1195 public static <T> T argThat(ArgumentMatcher<T> matcher) { in argThat() method in ArgumentMatchers