예제 #1
0
 def testIsLessThan(self):
     object1 = Money(5)
     object2 = Money(10)
     self.assertTrue(object1.isLessThan(object2))