|
TestCenter Reference
|
Public Member Functions | |
| __init__ (self, funcNode, funcName, logHandler, isLastTestFunction) | |
Public Attributes | |
| funcNode | |
| funcName | |
| logHandler | |
| isLastTestFunction | |
| started | |
| cancelled | |
Definition at line 56 of file TestCase.py.
| TestCenterAdvanced.TestCase.RunTestFunctionData.__init__ | ( | self, | |
| funcNode, | |||
| funcName, | |||
| logHandler, | |||
| isLastTestFunction | |||
| ) |
Definition at line 57 of file TestCase.py.
| TestCenterAdvanced.TestCase.RunTestFunctionData.cancelled |
Definition at line 63 of file TestCase.py.
| TestCenterAdvanced.TestCase.RunTestFunctionData.funcName |
Definition at line 59 of file TestCase.py.
| TestCenterAdvanced.TestCase.RunTestFunctionData.funcNode |
Definition at line 58 of file TestCase.py.
| TestCenterAdvanced.TestCase.RunTestFunctionData.isLastTestFunction |
Definition at line 61 of file TestCase.py.
| TestCenterAdvanced.TestCase.RunTestFunctionData.logHandler |
Definition at line 60 of file TestCase.py.
Referenced by TestCenterAdvanced.TestCase.LogCollector.logMessages(), TestCenterAdvanced.TestCase.LogCollectorBase.startLogCollect(), TestCenterAdvanced.TestCase.LogCollector.startLogCollect(), TestCenterAdvanced.TestCase.TestLogger.startLogCollect(), TestCenterAdvanced.TestCase.LogCollectorBase.stopLogCollect(), TestCenterAdvanced.TestCase.LogCollector.stopLogCollect(), and TestCenterAdvanced.TestCase.TestLogger.stopLogCollect().
| TestCenterAdvanced.TestCase.RunTestFunctionData.started |
Definition at line 62 of file TestCase.py.