示例#1
0
 public void TestFloats(float a, float b, float expectedResult)
 {
     Assert.AreEqual(expectedResult, berekeningen.AddTwoNumbers(a, b));
 }