- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testWriteLines_stream (0.08 sec)
-
android/guava-tests/test/com/google/common/io/CharSinkTest.java
String separator = System.getProperty("line.separator"); assertEquals("foo" + separator + "bar" + separator + "baz" + separator, sink.getString()); } public void testWriteLines_stream() throws IOException { sink.writeLines(ImmutableList.of("foo", "bar", "baz").stream()); String separator = LINE_SEPARATOR.value();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 4.6K bytes - Viewed (0)