Public Member Functions | |
def | __init__ |
def | activeThreads |
def | dumpTest |
def | file2Path |
def | prepare |
def | runTests |
def | upload |
Public Attributes | |
commands | |
devPath | |
maxThreads | |
relPath | |
threadList | |
Definition at line 64 of file addOnTests.py.
def addOnTests.StandardTester.__init__ | ( | self, | |
nThrMax = 4 |
|||
) |
Definition at line 66 of file addOnTests.py.
def addOnTests.StandardTester.activeThreads | ( | self | ) |
Definition at line 74 of file addOnTests.py.
References MatrixRunner.MatrixRunner.threadList, and addOnTests.StandardTester.threadList.
Referenced by addOnTests.StandardTester.runTests().
def addOnTests.StandardTester.dumpTest | ( | self | ) |
Definition at line 140 of file addOnTests.py.
References join().
def addOnTests.StandardTester.file2Path | ( | self, | |
rFile | |||
) |
Definition at line 144 of file addOnTests.py.
References addOnTests.StandardTester.devPath, and addOnTests.StandardTester.relPath.
def addOnTests.StandardTester.prepare | ( | self | ) |
Definition at line 82 of file addOnTests.py.
def addOnTests.StandardTester.runTests | ( | self, | |
testList = None |
|||
) |
Definition at line 150 of file addOnTests.py.
References MatrixRunner.MatrixRunner.activeThreads(), addOnTests.StandardTester.activeThreads(), addOnTests.StandardTester.commands, MatrixRunner.MatrixRunner.maxThreads, addOnTests.StandardTester.maxThreads, MatrixRunner.MatrixRunner.threadList, and addOnTests.StandardTester.threadList.
def addOnTests.StandardTester.upload | ( | self, | |
tgtDir | |||
) |
Definition at line 219 of file addOnTests.py.
addOnTests.StandardTester.commands |
Definition at line 132 of file addOnTests.py.
Referenced by addOnTests.StandardTester.runTests().
addOnTests.StandardTester.devPath |
Definition at line 84 of file addOnTests.py.
Referenced by addOnTests.StandardTester.file2Path().
addOnTests.StandardTester.maxThreads |
Definition at line 69 of file addOnTests.py.
Referenced by addOnTests.StandardTester.runTests().
addOnTests.StandardTester.relPath |
Definition at line 85 of file addOnTests.py.
Referenced by addOnTests.StandardTester.file2Path().
addOnTests.StandardTester.threadList |
Definition at line 68 of file addOnTests.py.
Referenced by addOnTests.StandardTester.activeThreads(), and addOnTests.StandardTester.runTests().