Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testStringConfigurationDelegation (0.45 seconds)

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

            verify(mockDelegate).getWinsServers();
            verify(mockDelegate).getLocalPort();
        }
    
        @Test
        @DisplayName("String configuration methods should delegate correctly")
        void testStringConfigurationDelegation() {
            // Given
            when(mockDelegate.getOemEncoding()).thenReturn("UTF-8");
            when(mockDelegate.getNetbiosHostname()).thenReturn("TESTHOST");
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 20.7K bytes
    - Click Count (0)
Back to Top