Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for codes_are_non_negative_and_unique (0.19 sec)

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

            }
            assertTrue(lookupMessage(unknownCode).isEmpty());
        }
    
        @Test
        @DisplayName("Codes: all non-negative and unique")
        void codes_are_non_negative_and_unique() {
            // Edge checks: ensure there are no negative or duplicate codes
            Set<Integer> seen = new HashSet<>();
            for (int c : WinError.WINERR_CODES) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 8.4K bytes
    - Viewed (0)
Back to top