public void TestDivision() { FirstController objMath = new FirstController(); int Result = objMath.Devide(10, 0); Assert.AreEqual(10, Result); }