Exemplo n.º 1
0
 public void TestDivision()
 {
     Assert.IsTrue(operation.Division(8, 2) == 4);
 }