Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDialectVersionProgression (0.62 sec)

  1. src/test/java/jcifs/internal/smb2/Smb2ConstantsTest.java

            @ParameterizedTest
            @ValueSource(ints = { 0x0202, 0x0210, 0x0300, 0x0302, 0x0311 })
            @DisplayName("All specific dialects should be greater than or equal to SMB 2.0.2")
            void testDialectVersionProgression(int dialect) {
                assertTrue(dialect >= Smb2Constants.SMB2_DIALECT_0202,
                        "Dialect " + String.format("0x%04X", dialect) + " should be >= SMB 2.0.2");
            }
    
            @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)
Back to top