- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getChar (0.06 sec)
-
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
assertEquals("file.txt", file.getName(), "Name should be extracted correctly"); assertTrue(file.getPath().endsWith("/shared/path/file.txt"), "Path should end correctly"); assertEquals("shared", file.getShare(), "Share should be extracted correctly"); assertNotNull(file.getParent(), "Parent should not be null"); assertTrue(file.getParent().endsWith("/shared/path/"), "Parent path should be correct"); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0)