public void TestFeet(double expected, double given, string text) { Foot foot = new Foot(); Assert.AreEqual(expected, foot.Calculate(given, text)); }