Searched refs:reallyTestMatchThenNoMatch (Results 1 – 2 of 2) sorted by relevance
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
D | CharMatcherTest.java | 274 reallyTestMatchThenNoMatch(matcher, s); in doTestMatchThenNoMatch() 276 reallyTestMatchThenNoMatch(matcher.precomputed(), s); in doTestMatchThenNoMatch() 283 reallyTestMatchThenNoMatch(matcher.negate(), s); in doTestNoMatchThenMatch() 285 reallyTestMatchThenNoMatch(matcher.negate().precomputed(), s); in doTestNoMatchThenMatch() 286 reallyTestMatchThenNoMatch(matcher.precomputed().negate(), s); in doTestNoMatchThenMatch() 324 private void reallyTestMatchThenNoMatch(CharMatcher matcher, String s) { in reallyTestMatchThenNoMatch() method in CharMatcherTest
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | CharMatcherTest.java | 343 reallyTestMatchThenNoMatch(matcher, s); in doTestMatchThenNoMatch() 345 reallyTestMatchThenNoMatch(matcher.precomputed(), s); in doTestMatchThenNoMatch() 352 reallyTestMatchThenNoMatch(matcher.negate(), s); in doTestNoMatchThenMatch() 354 reallyTestMatchThenNoMatch(matcher.negate().precomputed(), s); in doTestNoMatchThenMatch() 355 reallyTestMatchThenNoMatch(matcher.precomputed().negate(), s); in doTestNoMatchThenMatch() 393 private void reallyTestMatchThenNoMatch(CharMatcher matcher, String s) { in reallyTestMatchThenNoMatch() method in CharMatcherTest
|