- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_getPluginPath (0.06 seconds)
-
src/test/java/org/codelibs/fess/util/ResourceUtilTest.java
Path sitePath = ResourceUtil.getSitePath("site.xml"); assertNotNull(sitePath); assertTrue(sitePath.toString().contains("site")); } @Test public void test_getPluginPath() { Path pluginPath = ResourceUtil.getPluginPath("plugin.jar"); assertNotNull(pluginPath); assertTrue(pluginPath.toString().contains("plugin")); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 11.8K bytes - Click Count (0)