Home
last modified time | relevance | path

Searched refs:isStringWithTextFoo (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/matchers/
DCustomMatcherDoesYieldCCETest.java30 verify(mock).simpleMethod(argThat(isStringWithTextFoo())); in shouldNotThrowCCE()
36 private ArgumentMatcher<String> isStringWithTextFoo() { in isStringWithTextFoo() method in CustomMatcherDoesYieldCCETest