Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dloader.py131 def getTestCaseNames(self, testCaseClass): member in TestLoader
305 def getTestCaseNames(testCaseClass, prefix, sortUsing=cmp): function