- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testContextWithFlags (0.6 sec)
-
src/test/java/jcifs/smb/compression/CompressionNegotiateContextTest.java
int expectedSize = 8 + (3 * 2); // Header + 3 algorithms * 2 bytes each assertEquals(expectedSize, context.size()); } @Test @DisplayName("Test context with flags") public void testContextWithFlags() { CompressionNegotiateContext contextWithFlags = new CompressionNegotiateContext(config, new int[] { CompressionNegotiateContext.COMPRESSION_LZ77 }, 0x12345678);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 5.6K bytes - Viewed (0)