def testWrapExample2(self): self.assertEquals(43, dec02.wrap(1, 1, 10))
def testWrapExample1(self): self.assertEquals(58, dec02.wrap(2, 3, 4))