Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_emptyFile (0.73 sec)

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

            // so we cannot reliably check if file is deleted immediately
            // This test just verifies that close() completes without error
        }
    
        public void test_emptyFile() throws Exception {
            // Create an empty temporary file
            File tempFile = File.createTempFile("test-empty-", ".tmp");
    
            try (TemporaryFileInputStream stream = new TemporaryFileInputStream(tempFile)) {
    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