public void GangeTest() { //Arrange BasicMath Math = new BasicMath(); //Act double multi = Math.Gange(5, 6); //Assert Assert.AreEqual(30, multi); }