Searched defs:argThat (Results 1 – 2 of 2) sorted by relevance
56 fun <T> argThat(matcher: ArgumentMatcher<T>): T = Mockito.argThat(matcher) in eq() method
534 argThat((x) -> { in testAddControlee() method563 argThat((x) -> { in testRemoveControlee() method