Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CAMEL_TO_LOWER_SNAKE (0.16 sec)

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

            assertNotNull("Field naming should not be null", fieldNaming);
            assertEquals("Field naming should be CAMEL_TO_LOWER_SNAKE", JsonFieldNaming.CAMEL_TO_LOWER_SNAKE, fieldNaming);
    
            // Verify the naming convention
            assertEquals(JsonFieldNaming.CAMEL_TO_LOWER_SNAKE.name(), fieldNaming.name());
        }
    
        public void test_provideMappingOption_newInstanceEachTime() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 6.9K bytes
    - Viewed (0)
Back to top