- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for transportLazyInitialisation (0.15 sec)
-
src/test/java/jcifs/smb1/smb1/SmbSessionTest.java
} @AfterEach void tearDown() { if (smbtStatic != null) { smbtStatic.close(); } } @Test void transportLazyInitialisation() { SmbSession session = new SmbSession(addr, 445, inet, 0, auth); // transport should still be null until first use assertNull(session.transport, "transport not created yet");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.6K bytes - Viewed (0)