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