public void SubtractTest(int a, int b, int c) { CalcMethods cal = new CalcMethods(); Assert.That(cal.Subtract(a, b), Is.EqualTo(c)); }