- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for writeTestFile (0.06 seconds)
-
src/test/java/org/codelibs/fess/dict/mapping/CharMappingFileTest.java
@Test public void test_get_emptyFile() throws Exception { writeTestFile(""); OptionalEntity<CharMappingItem> result = charMappingFile.get(1L); assertFalse(result.isPresent()); } // Test get method with valid data @Test public void test_get_validData() throws Exception { writeTestFile("a,b => c\nd,e => f\n");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.9K bytes - Click Count (0)