- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testAlgorithmNames (0.13 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/smb/compression/CompressionNegotiateContextTest.java
context.decode(smallBuffer, 0, smallBuffer.length); }); } @Test @DisplayName("Test algorithm name resolution") public void testAlgorithmNames() { assertEquals("None", CompressionNegotiateContext.getAlgorithmName(CompressionNegotiateContext.COMPRESSION_NONE));
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 5.6K bytes - Click Count (0) -
src/test/java/jcifs/smb/compression/DefaultCompressionServiceTest.java
assertTrue(compressionService.getMaxCompressionSize() > compressionService.getMinCompressionSize()); } @Test @DisplayName("Test algorithm names") public void testAlgorithmNames() { assertEquals("None", compressionService.getAlgorithmName(CompressionService.COMPRESSION_NONE)); assertEquals("LZ77", compressionService.getAlgorithmName(CompressionService.COMPRESSION_LZ77));
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 9.1K bytes - Click Count (0)