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