Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for test_instanceCreation (0.09 seconds)

  1. src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessJsonResourceProviderTest.java

            assertEquals("Field naming should be CAMEL_TO_LOWER_SNAKE", JsonFieldNaming.CAMEL_TO_LOWER_SNAKE, fieldNamingOpt.get());
        }
    
        @Test
        public void test_instanceCreation() {
            // Test that multiple instances can be created independently
            FessJsonResourceProvider provider1 = new FessJsonResourceProvider();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 7.1K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/mylasta/action/FessLabelsTest.java

                            value.startsWith("{labels."));
                }
            }
        }
    
        /**
         * Test instance creation
         */
        @Test
        public void test_instanceCreation() {
            FessLabels labels = new FessLabels();
            assertNotNull(labels);
            assertTrue(labels instanceof org.lastaflute.core.message.UserMessages);
        }
    
        /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 14K bytes
    - Click Count (0)
Back to Top