コード例 #1
0
 def testGetCommentFromParent(self):
     phase = PBXCopyFilesBuildPhase()
     phase.name = "copy"
     self.assertEqual(phase._get_comment(), "copy")
コード例 #2
0
 def testGetComment(self):
     phase = PBXCopyFilesBuildPhase()
     self.assertEqual(phase._get_comment(), "CopyFiles")