Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for abcd (0.24 sec)

  1. android/guava-tests/test/com/google/common/io/BaseEncodingTest.java

        // These have a combination of invalid length, unrecognized characters and wrong padding.
        assertFailsToDecode(base64(), "AB=C", "Unrecognized character: =");
        assertFailsToDecode(base64(), "A=BCD", "Invalid input length 5");
        assertFailsToDecode(base64(), "?", "Invalid input length 1");
      }
    
      public void testBase64CannotUpperCase() {
        try {
          base64().upperCase();
          fail();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 06 12:56:11 UTC 2023
    - 24.6K bytes
    - Viewed (0)
Back to top