コード例 #1
0
 @Test
 public void test_endsWithCaseSpaceDash() throws Exception {
   assertEquals(
       endsWithCaseSpaceDash, FilePathInfo.endsWithWikiRef(true, true, filePath, wikiRef));
 }
コード例 #2
0
 @Test
 public void test_endsWith() throws Exception {
   assertEquals(endsWith, FilePathInfo.endsWithWikiRef(false, false, filePath, wikiRef));
 }