예제 #1
0
 def test_sum(self):
     self.assertEqual(MethodForTest.summ(15, 15), 30)
예제 #2
0
 def test_list(self):
     self.assertEqual(MethodForTest.list(5), 5)
예제 #3
0
 def test_notEqual(self):
     self.assertNotEquals(MethodForTest.notEquil(5, 5), 24)
예제 #4
0
 def test_multi(self):
     self.assertEqual(MethodForTest.multi(15, 2), 30)
예제 #5
0
 def test_string(self):
     self.assertEqual(MethodForTest.string("xx", 3), "xxxxxx")
예제 #6
0
 def test_sum(self):
     self.assertEqual(MethodForTest.summ(15, 15), 30)
예제 #7
0
 def test_notEqual(self):
     self.assertNotEquals(MethodForTest.notEquil(5, 5), 24)
예제 #8
0
 def test_list(self):
     self.assertEqual(MethodForTest.list(5), 5)
예제 #9
0
 def test_string(self):
     self.assertEqual(MethodForTest.string("xx", 3), "xxxxxx")
예제 #10
0
 def test_multi(self):
     self.assertEqual(MethodForTest.multi(15, 2), 30)