- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for CrawlingInfoPager (0.32 seconds)
-
src/test/java/org/codelibs/fess/app/service/CrawlingInfoServiceTest.java
public void test_crawlingInfoPager_initialization() { final CrawlingInfoPager pager = new CrawlingInfoPager(); assertNull(pager.id); assertNull(pager.sessionId); assertEquals(1, pager.getCurrentPageNumber()); } @Test public void test_crawlingInfoPager_setSessionId() { final CrawlingInfoPager pager = new CrawlingInfoPager(); pager.sessionId = "test-session-123";
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 15 12:54:47 GMT 2026 - 6.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/pager/CrawlingInfoPagerTest.java
import org.junit.jupiter.api.Test; public class CrawlingInfoPagerTest extends UnitFessTestCase { @Test public void test_CrawlingInfoPage() { CrawlingInfoPager crawlinginfopage = new CrawlingInfoPager(); crawlinginfopage.clear(); assertEquals(0, crawlinginfopage.getAllRecordCount()); assertEquals(0, crawlinginfopage.getAllPageCount());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 2.7K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/crawlinginfo/admin_crawlinginfo.jsp
</la:form> </div> </div> <%-- List --%> <c:if test="${crawlingInfoPager.allRecordCount == 0}"> <div class="row top20"> <div class="col-sm-12">Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 11.6K bytes - Click Count (0)