|
TestCenter Reference
|
Public Member Functions | |
| __init__ (self, funcNode, funcName, logHandler, isLastTestFunction) | |
Public Attributes | |
| funcNode = funcNode | |
| funcName = funcName | |
| logHandler = logHandler | |
| isLastTestFunction = isLastTestFunction | |
| started = None | |
| bool | cancelled = False |
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.
| bool TestCenterAdvanced.TestCase.RunTestFunctionData.cancelled = False |
Definition at line 63 of file TestCase.py.
| TestCenterAdvanced.TestCase.RunTestFunctionData.funcName = funcName |
Definition at line 59 of file TestCase.py.
| TestCenterAdvanced.TestCase.RunTestFunctionData.funcNode = funcNode |
Definition at line 58 of file TestCase.py.
| TestCenterAdvanced.TestCase.RunTestFunctionData.isLastTestFunction = isLastTestFunction |
Definition at line 61 of file TestCase.py.
| TestCenterAdvanced.TestCase.RunTestFunctionData.logHandler = logHandler |
Definition at line 60 of file TestCase.py.
Referenced by TestCenterAdvanced.TestCase.LogCollector.logMessages(), TestCenterAdvanced.TestCase.TestLogger.startLogCollect(), TestCenterAdvanced.TestCase.LogCollector.stopLogCollect(), TestCenterAdvanced.TestCase.LogCollectorBase.stopLogCollect(), and TestCenterAdvanced.TestCase.TestLogger.stopLogCollect().
| TestCenterAdvanced.TestCase.RunTestFunctionData.started = None |
Definition at line 62 of file TestCase.py.