Exemplo n.º 1
0
 public void TestAddition(int a, int b, decimal res)
 {
     Assert.AreEqual(res, operation.Addition(a, b));
 }