- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testPatternSplitWithMultipleLetters (0.25 sec)
-
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 Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 29.5K bytes - Viewed (0)