- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testDecoding (0.14 sec)
-
src/test/java/jcifs/smb/compression/CompressionNegotiateContextTest.java
public void testEncoding() { byte[] buffer = new byte[256]; int encodedSize = context.encode(buffer, 0); assertTrue(encodedSize > 8); // Minimum size: count + padding + flags + algorithms assertEquals(context.size(), encodedSize); } @Test @DisplayName("Test context decoding") public void testDecoding() throws SMBProtocolDecodingException {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 5.6K bytes - Viewed (0) -
src/test/java/org/codelibs/curl/CurlResponseTest.java
int statusCode = 200; response.setHttpStatusCode(statusCode); assertEquals(statusCode, response.getHttpStatusCode()); } @Test public void testEncoding() { CurlResponse response = new CurlResponse(); String encoding = "UTF-8"; response.setEncoding(encoding); assertEquals(encoding, response.getEncoding()); } @TestRegistered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 12.5K bytes - Viewed (0)