- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for encodeProvider (0.78 sec)
-
src/test/java/jcifs/smb1/util/Base64Test.java
* input. */ @ExtendWith(MockitoExtension.class) class Base64Test { /** * Data provider for various byte arrays and the expected Base64 string. */ static Stream<Arguments> encodeProvider() { return Stream.of(Arguments.of(new byte[0], ""), Arguments.of(new byte[] { (byte) 0x41 }, "QQ=="), // "A" Arguments.of(new byte[] { (byte) 0x41, (byte) 0x42 }, "QUI="), // "AB"
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 3K bytes - Viewed (0)