- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testInitDefaultsWithPresetMachineId (0.26 sec)
-
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)