コード例 #1
0
ファイル: old_tests.py プロジェクト: roycohen2013/TheSquad
 def test_IncrimentRequestedCount(self):
     """
     """
     self.assertEqual(toolUtils.getRequestedCount(self.ncTool), 0)
     toolUtils.incrementRequestedCount(self.ncTool)
     self.assertEqual(toolUtils.getRequestedCount(self.ncTool), 1)
コード例 #2
0
 def test_IncrimentRequestedCount(self):
     """
     """
     self.assertEqual (toolUtils.getRequestedCount(self.ncTool), 0)
     toolUtils.incrementRequestedCount (self.ncTool)
     self.assertEqual (toolUtils.getRequestedCount(self.ncTool), 1)
コード例 #3
0
ファイル: old_tests.py プロジェクト: roycohen2013/TheSquad
 def test_GetRequestedCount(self):
     """
     """
     self.assertEqual(toolUtils.getRequestedCount(self.ncTool), 0)
コード例 #4
0
 def test_GetRequestedCount(self):
     """
     """
     self.assertEqual (toolUtils.getRequestedCount(self.ncTool), 0)