Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testMockServiceNotifications (0.09 sec)

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

            assertFalse(mockService.hasRegistration(regId));
    
            // Test duplicate unregistration
            assertFalse(mockService.unregisterWitness(regId));
        }
    
        @Test
        void testMockServiceNotifications() {
            // Test notification sending (just logs for mock)
            mockService.sendNotification(WitnessEventType.RESOURCE_CHANGE, "TestResource");
    
            // Register a witness first
    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