Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_fileNotFoundException (0.07 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/util/TemporaryFileInputStreamTest.java

                for (int i = 0; i < data.length; i++) {
                    assertEquals("Mismatch at position " + i, data[i], readBuffer[i]);
                }
            }
        }
    
        public void test_fileNotFoundException() {
            // Test with non-existent file
            File nonExistentFile = new File("/tmp/non-existent-file-" + System.currentTimeMillis() + ".tmp");
    
            try {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sat Nov 22 13:28:22 UTC 2025
    - 7.2K bytes
    - Viewed (0)
Back to top