- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_Artifact_getType (2.38 sec)
-
src/test/java/org/codelibs/fess/helper/PluginHelperTest.java
} public void test_Artifact_toString() { Artifact artifact = new Artifact("test", "1.0.0"); assertEquals("test:1.0.0", artifact.toString()); } public void test_Artifact_getType() { Artifact dsArtifact = new Artifact("fess-ds-test", "1.0.0"); assertEquals(ArtifactType.DATA_STORE, dsArtifact.getType()); Artifact themeArtifact = new Artifact("fess-theme-test", "1.0.0");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 22.1K bytes - Viewed (0)