예제 #1
0
 def testMultiplyOk(self):
     check = MathFunctions.Multiply(5, 4)
     self.assertEqual(check, 20)