Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testDialectAny (0.06 seconds)

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

                assertEquals(0x0311, Smb2Constants.SMB2_DIALECT_0311, "SMB 3.1.1 dialect must be 0x0311");
            }
    
            @Test
            @DisplayName("SMB dialect ANY should be 0x02FF")
            void testDialectAny() {
                assertEquals(0x02FF, Smb2Constants.SMB2_DIALECT_ANY, "SMB dialect ANY must be 0x02FF");
            }
    
            @ParameterizedTest
            @ValueSource(ints = { 0x0202, 0x0210, 0x0300, 0x0302, 0x0311 })
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 14.1K bytes
    - Click Count (0)
Back to Top