- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_addNullNormalizer (0.08 seconds)
-
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 {Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Mon Nov 17 14:23:01 GMT 2025 - 4.3K bytes - Click Count (0)