- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testPatternSplitWithMultipleLetters (0.12 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 Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Sep 17 18:14:12 UTC 2024 - 29.6K bytes - Viewed (0)