Example #1
0
 public void testDownloadName3() {
   String test = "hello(1)";
   String correct = "hello";
   assertEquals(correct, FileNames.getRemovedLastDownloadNumbers(test));
 }