Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLastNotification (0.06 sec)

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

            // Verify notification was delivered
            assertTrue(listener.waitForNotification(1000));
            assertNotNull(listener.getLastNotification());
            assertEquals(WitnessEventType.CLIENT_MOVE, listener.getLastNotification().getEventType());
    
            client.close();
        }
    
        @Test
        void testUnregistration() throws Exception {
            // Setup successful registration
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 09:06:40 UTC 2025
    - 9.8K bytes
    - Viewed (0)
Back to top