Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testInitDefaultsWithPresetMachineId (0.26 sec)

  1. src/test/java/jcifs/config/BaseConfigurationTest.java

            assertTrue(testConfig.disallowCompound.contains("Smb2TreeConnectRequest"));
        }
    
        @Test
        @DisplayName("Test initDefaults with pre-set machine ID")
        void testInitDefaultsWithPresetMachineId() throws Exception {
            BaseConfiguration testConfig = new BaseConfiguration(false);
            byte[] customMachineId = new byte[32];
            Arrays.fill(customMachineId, (byte) 0xFF);
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 20.6K bytes
    - Viewed (0)
Back to top