Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSMBUtilWriteInt2ForReferralLevel (0.59 sec)

  1. src/test/java/jcifs/internal/dfs/DfsReferralRequestBufferTest.java

        @Nested
        @DisplayName("Integration Tests with SMBUtil")
        class SMBUtilIntegrationTests {
    
            @Test
            @DisplayName("Should use SMBUtil.writeInt2 for referral level")
            void testSMBUtilWriteInt2ForReferralLevel() {
                try (MockedStatic<SMBUtil> mockedSMBUtil = mockStatic(SMBUtil.class)) {
                    String path = "\\\\server";
                    int maxReferralLevel = 3;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 17.5K bytes
    - Viewed (0)
Back to top