Exemplo n.º 1
0
 public void DivTest2()
 {
     Assert.Throws(typeof(DivideByZeroException), delegate { Calculator.Division(15, 0); });
 }