Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toString_withNullQuestionName_shouldHandleGracefully (0.39 sec)

  1. src/test/java/jcifs/netbios/NodeStatusRequestTest.java

            assertTrue(result.contains("NodeStatusRequest"));
            assertTrue(result.contains("nameTrnId=12345"));
            assertTrue(result.contains("TESTNAME"));
        }
    
        @Test
        void toString_withNullQuestionName_shouldHandleGracefully() {
            // Arrange
            nodeStatusRequest = new NodeStatusRequest(mockConfig, mockName);
            nodeStatusRequest.questionName = null;
    
            // Act
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 13.9K bytes
    - Viewed (0)
Back to top