public void Test_SubstractMethod() { BasicMaths basicMaths = new BasicMaths(); double result = basicMaths.Deduct(10, 10); Assert.AreEqual(result, 0); }