public void TestMethod4() { Assert.Throws(typeof(ArgumentException), () => MyMaths.CthResultCorrect(5.9, 0.00005)); }
public void TestMethod3() { Assert.IsTrue(MyMaths.CthResultCorrect(0.0055, 00.0000000001)); }
public void TestMethod6() { Assert.IsTrue(MyMaths.CthResultCorrect(Math.PI * 100, 1e-6)); }
public void TestMethod2() { Assert.IsTrue(MyMaths.CthResultCorrect(0.7, 0.0000000005)); }
public void TestMethod5() { Assert.IsTrue(MyMaths.CthResultCorrect(0, 1e-6)); }