- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testSessionLifecycle (0.09 sec)
-
src/test/java/jcifs/smb/SimpleMemoryManagementTest.java
Mockito.when(mockTransport.acquire()).thenReturn(mockTransport); } /** * Test basic session lifecycle management */ @Test @Timeout(5) public void testSessionLifecycle() throws Exception { SmbSessionImpl session = new SmbSessionImpl(mockContext, "testhost", "testdomain", mockTransport); // Test initial state - session starts with usage count > 0 due to transport.acquire()
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 5.7K bytes - Viewed (0)