Ejemplo n.º 1
0
 public void TestMultiplication()
 {
     Assert.IsTrue(operation.Multiplication(20, 2) == 40);
 }