Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testAllExpectedConstants (0.31 sec)

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

            assertTrue((pendingStatus & (int) 0xC0000000L) != (int) 0xC0000000L);
        }
    
        @Test
        @DisplayName("Should define all expected constants")
        void testAllExpectedConstants() {
            // Verify important constants exist
            assertTrue(NtStatus.NT_STATUS_SUCCESS == 0x00000000);
            assertTrue(NtStatus.NT_STATUS_ACCESS_DENIED != 0);
    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