Searched refs:ContainsFoo (Results 1 – 1 of 1) sorted by relevance
24 private final class ContainsFoo implements ArgumentMatcher<String> { class in CustomMatchersTest116 when(mock.oneArg(argThat(new ContainsFoo()))).thenReturn("foo"); in shouldUseCustomObjectMatcher()