コード例 #1
0
 def testNewStyleClassWithNumberProtocol(self):
     obj = NewStyleNumber(123)
     self.assertEqual(sample.acceptInt(obj), obj.value)
コード例 #2
0
 def testNewStyleClassWithNumberProtocol(self):
     obj = NewStyleNumber(123)
     self.assertEqual(sample.acceptInt(obj), obj.value)
コード例 #3
0
 def testBasic(self):
     '''For the sake of calibration...'''
     self.assertEqual(sample.acceptInt(123), 123)
コード例 #4
0
 def testBasic(self):
     '''For the sake of calibration...'''
     self.assertEqual(sample.acceptInt(123), 123)