- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testNoDfsCapability (0.08 sec)
-
src/test/java/jcifs/internal/smb2/nego/Smb2NegotiateRequestTest.java
// Then assertTrue((request.getCapabilities() & Smb2Constants.SMB2_GLOBAL_CAP_DFS) != 0); } @Test @DisplayName("Should not set DFS capability when disabled") void testNoDfsCapability() { // Given when(mockConfig.isDfsDisabled()).thenReturn(true); // When request = new Smb2NegotiateRequest(mockConfig, 0); // Then
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.7K bytes - Viewed (0)