Ejemplo n.º 1
0
 public void TestSearchForIdenticalCharacters(int expected, string temporaryString)
 {
     Assert.AreEqual(expected, stringAnalyzer.SearchForIdenticalCharacters(temporaryString));
 }