- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for test_getPath (0.05 seconds)
-
src/test/java/org/codelibs/fess/dict/stopwords/StopwordsFileTest.java
} } // Test basic getters @Test public void test_getType() { assertEquals("stopwords", stopwordsFile.getType()); } @Test public void test_getPath() { assertEquals(testFile.getAbsolutePath(), stopwordsFile.getPath()); } @Test public void test_getSimpleName() { assertEquals(testFile.getName(), stopwordsFile.getSimpleName());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/mapping/CharMappingFileTest.java
// Test getType method @Test public void test_getType() { assertEquals("mapping", charMappingFile.getType()); } // Test getPath method @Test public void test_getPath() { assertEquals(testFile.getAbsolutePath(), charMappingFile.getPath()); } // Test getSimpleName method @Test public void test_getSimpleName() {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) -
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java
"test5\n"; } @Test public void test_getType() { assertEquals("protwords", protwordsFile.getType()); } @Test public void test_getPath() { assertEquals(testFile.getAbsolutePath(), protwordsFile.getPath()); } @Test public void test_getSimpleName() { String expected = testFile.getName();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 21.2K bytes - Click Count (0)