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