Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testTimestampConsistency (0.48 sec)

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

                assertEquals(eventType, testNotification.getEventType());
                assertEquals("Resource" + eventType.getValue(), testNotification.getResourceName());
            }
        }
    
        @Test
        void testTimestampConsistency() {
            long beforeCreation = System.currentTimeMillis();
            WitnessNotification newNotification = new WitnessNotification(WitnessEventType.RESOURCE_CHANGE, "TestResource");
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 09:06:40 UTC 2025
    - 5K bytes
    - Viewed (0)
Back to top