- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getProcessTypeList_nonCrawlerMode (0.2 sec)
-
src/test/java/org/codelibs/fess/helper/PathMappingHelperTest.java
assertEquals(2, ptList.size()); assertTrue(ptList.contains(Constants.PROCESS_TYPE_DISPLAYING)); assertTrue(ptList.contains(Constants.PROCESS_TYPE_BOTH)); } public void test_getProcessTypeList_nonCrawlerMode() { System.setProperty("lasta.env", "other"); try { final List<String> ptList = pathMappingHelper.getProcessTypeList(); assertEquals(2, ptList.size());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 14.9K bytes - Viewed (0)