Ejemplo n.º 1
0
 public void TestMethod1()
 {
     Assert.AreEqual(1, FishInThePond.fish(""));
 }
Ejemplo n.º 2
0
 public void TestMethod4()
 {
     Assert.AreEqual(2, FishInThePond.fish("1111"));
 }