- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_addNullNormalizer (0.13 sec)
-
src/test/java/org/codelibs/fess/suggest/normalizer/NormalizerChainTest.java
String result = chain.normalize(null, "field"); assertEquals(null, result); } @Test(expected = IllegalArgumentException.class) public void test_addNullNormalizer() throws Exception { NormalizerChain chain = new NormalizerChain(); chain.add(null); } @Test public void test_chainWithNormalizerReturningNull() throws Exception {Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 17 14:23:01 UTC 2025 - 4.3K bytes - Viewed (0)