- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for smbUrl (0.03 sec)
-
src/test/java/jcifs/smb/SmbTreeConnectionTraceTest.java
import jcifs.CIFSContext; import jcifs.CIFSException; import jcifs.Configuration; @ExtendWith(MockitoExtension.class) class SmbTreeConnectionTraceTest { // Helper to build a minimal smb URL private static URL smbUrl(String spec) { try { return new URL(null, spec, new Handler()); } catch (MalformedURLException e) { throw new AssertionError("Failed to create SMB URL: " + spec, e); } }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.7K bytes - Viewed (0)