- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_getThemeName_multiPart (0.11 seconds)
-
src/test/java/org/codelibs/fess/helper/ThemeHelperTest.java
Artifact artifact = new Artifact("fess-theme-simple", "1.0.0"); String themeName = themeHelper.getThemeName(artifact); assertEquals("simple", themeName); } @Test public void test_getThemeName_multiPart() { Artifact artifact = new Artifact("fess-theme-elegant-modern", "1.0.0"); String themeName = themeHelper.getThemeName(artifact); assertEquals("elegant-modern", themeName); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 14.7K bytes - Click Count (0)