Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testSMBUtilWriteInt2ForReferralLevel (0.15 seconds)

  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;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 17.5K bytes
    - Click Count (0)
Back to Top