- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testGetAsListWithBoolean (4.48 sec)
-
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)
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 26.7K bytes - Viewed (0)