Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shouldIdentifyDisconnectedStates (0.09 sec)

  1. src/test/java/jcifs/util/transport/TransportTest.java

        }
    
        @Nested
        @DisplayName("State management tests")
        class StateManagementTests {
    
            @Test
            @DisplayName("should correctly identify disconnected states")
            void shouldIdentifyDisconnectedStates() {
                // States: 0=not connected, 1=connecting, 2=run connected, 3=connected,
                // 4=error, 5=disconnecting, 6=disconnected/invalid
                int[] disconnectedStates = { 0, 4, 5, 6 };
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 9.5K bytes
    - Viewed (0)
Back to top