Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testResourceStateConstants (0.13 seconds)

  1. src/test/java/jcifs/internal/witness/WitnessNotificationTest.java

            assertTrue(newNotification.getTimestamp() >= beforeCreation);
            assertTrue(newNotification.getTimestamp() <= afterCreation);
        }
    
        @Test
        void testResourceStateConstants() {
            assertEquals(0x00000000, WitnessNotification.WITNESS_RESOURCE_STATE_UNKNOWN);
            assertEquals(0x00000001, WitnessNotification.WITNESS_RESOURCE_STATE_AVAILABLE);
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 09:06:40 GMT 2025
    - 5K bytes
    - Click Count (0)
Back to Top