- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for xtest_constantFields (0.07 sec)
-
src/test/java/org/codelibs/fess/mylasta/direction/FessEnvTest.java
@Override public void setUp() throws Exception { super.setUp(); fessEnv = new FessEnv.SimpleImpl(); } // Test constant field values public void xtest_constantFields() { assertEquals("lasta_di.smart.deploy.mode", FessEnv.lasta_di_SMART_DEPLOY_MODE); assertEquals("development.here", FessEnv.DEVELOPMENT_HERE);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 15.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessMessagesTest.java
@Override public void setUp() throws Exception { super.setUp(); messages = new FessMessages(); } // Test constant fields public void test_constantFields() { // Test error message constants assertEquals("{errors.front_header}", FessMessages.ERRORS_front_header); assertEquals("{errors.front_footer}", FessMessages.ERRORS_front_footer);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 28.2K bytes - Viewed (0)