예제 #1
0
 def testAddOk(self):
     check = MathFunctions.Add(1, 2)
     self.assertEqual(check, 3)