Home
last modified time | relevance | path

Searched refs:testCaseNames (Results 1 – 2 of 2) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/
DabilityDelegatorArgs.js19 testCaseNames: "[PC Preview] unknow testCaseNames", property
/third_party/python/Lib/unittest/
Dloader.py90 testCaseNames = self.getTestCaseNames(testCaseClass)
91 if not testCaseNames and hasattr(testCaseClass, 'runTest'):
92 testCaseNames = ['runTest']
93 loaded_suite = self.suiteClass(map(testCaseClass, testCaseNames))