- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testGlobalCapMultiChannel (1.02 sec)
-
src/test/java/jcifs/internal/smb2/Smb2ConstantsTest.java
assertEquals(0x4, Smb2Constants.SMB2_GLOBAL_CAP_LARGE_MTU, "Large MTU capability must be 0x4"); } @Test @DisplayName("Multi-channel capability should be 0x8") void testGlobalCapMultiChannel() { assertEquals(0x8, Smb2Constants.SMB2_GLOBAL_CAP_MULTI_CHANNEL, "Multi-channel capability must be 0x8"); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.1K bytes - Viewed (0)