- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetAsListWithBoolean (0.22 seconds)
-
src/test/java/org/codelibs/fess/suggest/util/SuggestUtilTest.java
// Test with double (should throw exception) SuggestUtil.getAsList(3.14); } @Test(expected = IllegalArgumentException.class) public void testGetAsListWithBoolean() { // Test with boolean (should throw exception) SuggestUtil.getAsList(true); } // Additional tests for createBulkLine validation @Test(expected = SuggesterException.class)
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 26.7K bytes - Click Count (0)