Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for bla5 (0.02 sec)

  1. guava-tests/test/com/google/common/base/CharMatcherTest.java

        NullPointerTester tester = new NullPointerTester();
        tester.testAllPublicInstanceMethods(matcher);
      }
    
      public void testNoMatches() {
        doTestNoMatches(CharMatcher.none(), "blah");
        doTestNoMatches(is('a'), "bcde");
        doTestNoMatches(isNot('a'), "aaaa");
        doTestNoMatches(anyOf(""), "abcd");
        doTestNoMatches(anyOf("x"), "abcd");
        doTestNoMatches(anyOf("xy"), "abcd");
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Feb 21 18:32:41 UTC 2024
    - 30.1K bytes
    - Viewed (0)
Back to top