コード例 #1
0
ファイル: test.py プロジェクト: phamxuancan/KTPM_2013
	def test_input2(self):
		result=xacnhan(1.0,1.0,"1.0")
		self.assertEqual(result,0)
コード例 #2
0
ファイル: test.py プロジェクト: phamxuancan/KTPM_2013
	def test_input7(self):
		result=xacnhan(1.0,1.0,1.0)
		self.assertEqual(result,1)
コード例 #3
0
ファイル: test.py プロジェクト: phamxuancan/KTPM_2013
	def test_input(self):
		result=xacnhan("1.0",1.0,1.0)
		self.assertEqual(result,0)