- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testCharacterSimpleSplitToList (0.2 sec)
-
guava-tests/test/com/google/common/base/SplitterTest.java
* * <p>TODO(user): It would be good to make all the relevant tests run on both split and * splitToString automatically. */ public void testCharacterSimpleSplitToList() { String simple = "a,b,c"; List<String> letters = COMMA_SPLITTER.splitToList(simple); assertThat(letters).containsExactly("a", "b", "c").inOrder(); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Sep 17 18:14:12 UTC 2024 - 29.6K bytes - Viewed (0)