コード例 #1
0
ファイル: test_data.py プロジェクト: zarutian/typhon
 def testMax(self):
     c = CharObject(u'c')
     d = CharObject(u'd')
     result = c.call(u"max", [d])
     self.assertEqual(result.getChar(), d.getChar())
コード例 #2
0
ファイル: test_data.py プロジェクト: dckc/typhon
 def testMax(self):
     c = CharObject(u'c')
     d = CharObject(u'd')
     result = c.call(u"max", [d])
     self.assertEqual(result.getChar(), d.getChar())