Example #1
0
 public void TestSubtraction()
 {
     Assert.IsTrue(operation.Subtraction(10, 5) == 5);
 }