Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testInformationalStatusCodes (0.5 sec)

  1. src/test/java/jcifs/smb/NtStatusTest.java

            assertTrue((status & (int) 0xC0000000L) == (int) 0xC0000000L);
        }
    
        @Test
        @DisplayName("Should handle informational status codes")
        void testInformationalStatusCodes() {
            // Given
            int infoStatus = NtStatus.NT_STATUS_BUFFER_OVERFLOW;
    
            // When/Then
            assertEquals((int) 0x80000005L, infoStatus);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 5.6K bytes
    - Viewed (0)
Back to top