Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testConstructorWithNegativeBoost (0.08 sec)

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

            assertEquals(word, elevateWord.getElevateWord());
            assertEquals(0.0f, elevateWord.getBoost(), 0.001f);
        }
    
        @Test
        public void testConstructorWithNegativeBoost() {
            // Test constructor with negative boost
            String word = "negative boost";
            float boost = -1.5f;
            List<String> readings = Arrays.asList("reading1");
    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