- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_getAvailableArtifacts_exception (0.6 seconds)
-
src/test/java/org/codelibs/fess/helper/PluginHelperTest.java
Artifact[] artifacts = pluginHelper.getAvailableArtifacts(ArtifactType.DATA_STORE); assertNotNull(artifacts); assertTrue(artifacts.length > 0); } @Test public void test_getAvailableArtifacts_exception() { PluginHelper errorHelper = new PluginHelper() { @Override protected String[] getRepositories() { return new String[] { "invalid-repo" }; }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 22.6K bytes - Click Count (0)