Searched refs:ContainsX (Results 1 – 1 of 1) sorted by relevance
27 private final class ContainsX extends BaseMatcher<String> { class in HamcrestMatchersTest42 when(mock.simpleMethod(argThat(new ContainsX()))).thenReturn("X"); in stubs_with_hamcrest_matcher()52 verify(mock).simpleMethod(argThat(new ContainsX())); in verifies_with_hamcrest_matcher()