Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testConstructorWithNullTagsAndRoles (0.31 sec)

  1. src/test/java/org/codelibs/fess/suggest/entity/ElevateWordTest.java

            assertEquals(tags, elevateWord.getTags());
            assertNotNull(elevateWord.getRoles());
            assertTrue(elevateWord.getRoles().isEmpty());
        }
    
        @Test
        public void testConstructorWithNullTagsAndRoles() {
            // Test constructor with both null tags and roles
            String word = "test word";
            float boost = 3.0f;
            List<String> readings = Arrays.asList("reading1", "reading2", "reading3");
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Mon Sep 01 13:33:03 UTC 2025
    - 16K bytes
    - Viewed (0)
Back to top