- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testFieldConfiguration (0.34 sec)
-
src/test/java/jcifs/smb1/smb1/TestLockingTest.java
assertEquals(0L, t.ltime, "ltime should start at 0"); } @Test @DisplayName("TestLocking fields can be configured") void testFieldConfiguration() { TestLocking t = new TestLocking(); // Set custom values t.numThreads = 5; t.numIter = 10; t.delay = 250L; t.url = "smb://custom/path/file.txt";
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.9K bytes - Viewed (0)