Searched refs:reallyTestNoMatches (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 | 156 reallyTestNoMatches(matcher, s); in doTestNoMatches() 158 reallyTestNoMatches(matcher.precomputed(), s); in doTestNoMatches() 161 reallyTestNoMatches(forPredicate(matcher), s); in doTestNoMatches() 163 reallyTestNoMatches(matcher, new StringBuilder(s)); in doTestNoMatches() 184 reallyTestNoMatches(matcher.negate(), s); in doTestAllMatches() 186 reallyTestNoMatches(matcher.negate().precomputed(), s); in doTestAllMatches() 187 reallyTestNoMatches(matcher.precomputed().negate(), s); in doTestAllMatches() 193 private void reallyTestNoMatches(CharMatcher matcher, CharSequence s) { in reallyTestNoMatches() method in CharMatcherTest
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | CharMatcherTest.java | 225 reallyTestNoMatches(matcher, s); in doTestNoMatches() 227 reallyTestNoMatches(matcher.precomputed(), s); in doTestNoMatches() 230 reallyTestNoMatches(forPredicate(matcher), s); in doTestNoMatches() 232 reallyTestNoMatches(matcher, new StringBuilder(s)); in doTestNoMatches() 253 reallyTestNoMatches(matcher.negate(), s); in doTestAllMatches() 255 reallyTestNoMatches(matcher.negate().precomputed(), s); in doTestAllMatches() 256 reallyTestNoMatches(matcher.precomputed().negate(), s); in doTestAllMatches() 262 private void reallyTestNoMatches(CharMatcher matcher, CharSequence s) { in reallyTestNoMatches() method in CharMatcherTest
|