Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testPatternSplitWithMultipleLetters (0.16 sec)

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

      }
    
      // TODO(kevinb): the name of this method suggests it might not actually be testing what it
      // intends to be testing?
      @GwtIncompatible // Splitter.onPattern
      public void testPatternSplitWithMultipleLetters() {
        Iterable<String> testPatterningMotto =
            Splitter.onPattern("-").split("Testing-rocks-Debugging-sucks");
        assertThat(testPatterningMotto)
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Sep 17 18:14:12 UTC 2024
    - 29.6K bytes
    - Viewed (0)
Back to top