Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 31 of 31 for NoSuchFieldException (0.07 seconds)

  1. src/test/java/jcifs/internal/smb1/com/ServerDataTest.java

        }
    
        /**
         * Test field types match expected types
         */
        @Test
        @DisplayName("Test field types are correct")
        public void testFieldTypes() throws NoSuchFieldException {
            // Verify field types
            assertEquals(byte.class, ServerData.class.getDeclaredField("sflags").getType());
            assertEquals(int.class, ServerData.class.getDeclaredField("sflags2").getType());
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 17K bytes
    - Click Count (0)
Back to Top