- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testSeparatorsExplicitly (0.41 sec)
-
android/guava-tests/test/com/google/common/io/BaseEncodingTest.java
/** * Tests for {@code BaseEncoding}. * * @author Louis Wasserman */ @GwtCompatible @NullUnmarked public class BaseEncodingTest extends TestCase { public void testSeparatorsExplicitly() { testEncodes(base64().withSeparator("\n", 3), "foobar", "Zm9\nvYm\nFy"); testEncodes(base64().withSeparator("$", 4), "foobar", "Zm9v$YmFy");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 24.7K bytes - Viewed (0) -
guava-tests/test/com/google/common/io/BaseEncodingTest.java
/** * Tests for {@code BaseEncoding}. * * @author Louis Wasserman */ @GwtCompatible @NullUnmarked public class BaseEncodingTest extends TestCase { public void testSeparatorsExplicitly() { testEncodes(base64().withSeparator("\n", 3), "foobar", "Zm9\nvYm\nFy"); testEncodes(base64().withSeparator("$", 4), "foobar", "Zm9v$YmFy");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 24.7K bytes - Viewed (0)