Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for toString_withNullQuestionName_shouldHandleGracefully (0.24 seconds)

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