Exemple #1
0
 public void Testco1()
 {
     try
     {
         wordCountHelper(118, bankCounter.CountOccurrences("the"));
     }
     catch (IOException)
     {
         Assert.Fail();
     }
 }