예제 #1
0
 def test_IncrimentBorrowedCount(self):
     """
     """
     self.assertEqual(toolUtils.getBorrowedCount(self.ncTool), 0)
     toolUtils.incrementBorrowedCount(self.ncTool)
     self.assertEqual(toolUtils.getBorrowedCount(self.ncTool), 1)
예제 #2
0
 def test_IncrimentBorrowedCount(self):
     """
     """
     self.assertEqual (toolUtils.getBorrowedCount(self.ncTool), 0)
     toolUtils.incrementBorrowedCount (self.ncTool)
     self.assertEqual (toolUtils.getBorrowedCount(self.ncTool), 1)
예제 #3
0
 def test_GetBorrowedCount(self):
     """
     """
     self.assertEqual(toolUtils.getBorrowedCount(self.ncTool), 0)
예제 #4
0
 def test_GetBorrowedCount(self):
     """
     """
     self.assertEqual (toolUtils.getBorrowedCount(self.ncTool), 0)