- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for createTempDirectory (0.07 sec)
-
src/test/java/jcifs/tests/persistent/PersistentHandleManagerTest.java
private Path tempDir; @BeforeEach public void setUp() throws IOException { MockitoAnnotations.openMocks(this); // Create temporary directory for test state tempDir = Files.createTempDirectory("jcifs-test-handles"); // Set system property for handle state directory System.setProperty("jcifs.smb.client.handleStateDirectory", tempDir.toString());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 6.6K bytes - Viewed (0)