- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testNotificationCreation (0.08 seconds)
-
src/test/java/jcifs/internal/witness/WitnessNotificationTest.java
private WitnessNotification notification; @BeforeEach void setUp() { notification = new WitnessNotification(WitnessEventType.CLIENT_MOVE, "TestResource"); } @Test void testNotificationCreation() { assertEquals(WitnessEventType.CLIENT_MOVE, notification.getEventType()); assertEquals("TestResource", notification.getResourceName());Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 09:06:40 GMT 2025 - 5K bytes - Click Count (0)