Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/unittest/
Dloader.py133 def getTestCaseNames(self, testCaseClass): member in TestLoader
307 def getTestCaseNames(testCaseClass, prefix, sortUsing=cmp): function