Home
last modified time | relevance | path

Searched defs:getTestCaseNames (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Dloader.py145 def getTestCaseNames(self, testCaseClass): member in TestLoader
322 def getTestCaseNames(testCaseClass, prefix, sortUsing=cmp_): function
/external/python/cpython2/Lib/unittest/
Dloader.py133 def getTestCaseNames(self, testCaseClass): member in TestLoader
307 def getTestCaseNames(testCaseClass, prefix, sortUsing=cmp): function
/external/python/cpython3/Lib/unittest/
Dloader.py223 def getTestCaseNames(self, testCaseClass): member in TestLoader
506 def getTestCaseNames(testCaseClass, prefix, sortUsing=util.three_way_cmp, testNamePatterns=None): function