- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for reallyTestMatchThenNoMatch (0.11 seconds)
-
android/guava-tests/test/com/google/common/base/CharMatcherTest.java
private void doTestNoMatchThenMatch(CharMatcher matcher, String s) { reallyTestNoMatchThenMatch(matcher, s); reallyTestMatchThenNoMatch(matcher.negate(), s); reallyTestNoMatchThenMatch(matcher.precomputed(), s); reallyTestMatchThenNoMatch(matcher.negate().precomputed(), s); reallyTestMatchThenNoMatch(matcher.precomputed().negate(), s); } // intentionally testing apply() method @SuppressWarnings({
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 32.4K bytes - Click Count (0)