Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for arrays_are_well_formed_and_match (0.14 sec)

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

                    () -> assertEquals(6118, WinError.ERROR_NO_BROWSER_SERVERS_FOUND));
        }
    
        @Test
        @DisplayName("Arrays: non-null, same length, and exact contents")
        void arrays_are_well_formed_and_match() {
            // Validate arrays existence and alignment (edge and structure checks)
            assertNotNull(WinError.WINERR_CODES, "WINERR_CODES should not be null");
    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