- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testEncode_SingleByte (0.07 seconds)
-
src/test/java/org/codelibs/core/misc/Base64UtilTest.java
} } /** * Test encode with single byte * * @throws Exception */ public void testEncode_SingleByte() throws Exception { final byte[] singleByte = new byte[] { 'A' }; final String encoded = Base64Util.encode(singleByte); assertNotNull("Encoded result should not be null", encoded);Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat Nov 22 11:21:59 GMT 2025 - 6K bytes - Click Count (0)