public void TestM(double expected, double given, string text) { Meter meter = new Meter(); Assert.AreEqual(expected, meter.Calculate(given, text)); }