Searched refs:testCaseNames (Results 1 – 2 of 2) sorted by relevance
19 testCaseNames: "[PC Preview] unknow testCaseNames", property
90 testCaseNames = self.getTestCaseNames(testCaseClass)91 if not testCaseNames and hasattr(testCaseClass, 'runTest'):92 testCaseNames = ['runTest']93 loaded_suite = self.suiteClass(map(testCaseClass, testCaseNames))