- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getArtifact_notFound (0.5 sec)
-
src/test/java/org/codelibs/fess/helper/PluginHelperTest.java
assertNotNull(result); assertEquals("fess-ds-atlassian", result.getName()); assertEquals("12.2.0", result.getVersion()); } public void test_getArtifact_notFound() { Artifact result = pluginHelper.getArtifact("non-existent", "1.0.0"); assertNull(result); } public void test_getArtifact_nullInputs() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 22.1K bytes - Viewed (0)