- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for test_Options_defaultValues (0.12 sec)
-
src/test/java/org/codelibs/fess/exec/ThumbnailGeneratorTest.java
} public void test_constructor() { // Test default constructor ThumbnailGenerator generator = new ThumbnailGenerator(); assertNotNull(generator); } public void test_Options_defaultValues() { // Test Options class default values ThumbnailGenerator.Options options = new ThumbnailGenerator.Options(); assertNull(options.sessionId); assertNull(options.name);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exec/SuggestCreatorTest.java
public void test_constructor() { SuggestCreator creator = new SuggestCreator(); assertNotNull(creator); } // Test Options class default values public void test_Options_defaultValues() { SuggestCreator.Options options = new SuggestCreator.Options(); assertNull(options.sessionId); assertNull(options.name); assertNull(options.propertiesPath); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.1K bytes - Viewed (0)