- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testBase64CannotLowerCase (0.1 seconds)
-
android/guava-tests/test/com/google/common/io/BaseEncodingTest.java
} public void testBase64CannotUpperCase() { assertThrows(IllegalStateException.class, () -> base64().upperCase()); } public void testBase64CannotLowerCase() { assertThrows(IllegalStateException.class, () -> base64().lowerCase()); } public void testBase64CannotIgnoreCase() { assertThrows(IllegalStateException.class, () -> base64().ignoreCase());
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 24.7K bytes - Click Count (0)