- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testMockServiceLifecycle (1.65 sec)
-
src/test/java/jcifs/internal/witness/WitnessIntegrationTest.java
} @AfterEach void tearDown() { if (mockService != null) { mockService.close(); } } @Test void testMockServiceLifecycle() throws Exception { assertNotNull(mockService.getAddress()); assertTrue(mockService.getPort() > 0); assertEquals(0, mockService.getRegistrationCount()); // Test 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)