@Test
 public void test_endsWithCaseSpaceDash() throws Exception {
   assertEquals(
       endsWithCaseSpaceDash, FilePathInfo.endsWithWikiRef(true, true, filePath, wikiRef));
 }
 @Test
 public void test_endsWith() throws Exception {
   assertEquals(endsWith, FilePathInfo.endsWithWikiRef(false, false, filePath, wikiRef));
 }