- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AggregateLogJob (0.24 sec)
-
src/test/java/org/codelibs/fess/job/AggregateLogJobTest.java
public class AggregateLogJobTest extends UnitFessTestCase { private AggregateLogJob aggregateLogJob; @Override public void setUp() throws Exception { super.setUp(); aggregateLogJob = new AggregateLogJob(); } public void test_constructor() { // Test default constructor AggregateLogJob job = new AggregateLogJob(); assertNotNull(job); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.1K bytes - Viewed (0)