Ejemplo n.º 1
0
 public void TestPositives()
 {
     Assert.AreEqual(345, GetReverse.ReverseThatInt(543));
 }
Ejemplo n.º 2
0
 public void TestNegatives()
 {
     Assert.AreEqual(345, GetReverse.ReverseThatInt(-543));
 }