- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_generate_withInvalidOutputPath (0.23 seconds)
-
src/test/java/org/codelibs/fess/thumbnail/ThumbnailGeneratorTest.java
// Test generation with null output file String thumbnailId = "test-thumbnail-002"; assertFalse(thumbnailGenerator.generate(thumbnailId, null)); } @Test public void test_generate_withInvalidOutputPath() throws IOException { // Test generation with non-writable output file File readOnlyDir = Files.createTempDirectory(tempDir, "readonly").toFile(); readOnlyDir.setWritable(false);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 11.7K bytes - Click Count (0)