public void TestAdd() { var math = new MyMathClass(); var sum = math.Add(2, 2); Assert.That(sum, Is.EqualTo(4)); }