Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testNonExistentFile (0.12 seconds)

  1. src/test/java/jcifs/smb/SmbFileIntegrationTest.java

                    "UNC path should contain either share name or file name, got: " + uncPath);
        }
    
        // ========== Error Handling Tests ==========
    
        @Test
        void testNonExistentFile() throws Exception {
            SmbFile file = new SmbFile(baseUrl + "shared/nonexistent.txt", context);
    
            assertFalse(file.exists(), "Non-existent file should not exist");
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 56K bytes
    - Click Count (0)
Back to Top