|
TestCenter Reference
|
Allows logging messages via a given log handler and records the logging state. More...
Public Member Functions | |
| startLogCollect (self) | |
| stopLogCollect (self) | |
| Public Member Functions inherited from TestCenterAdvanced.TestCase.LogCollectorBase | |
| __init__ (self, testHelper) | |
| logHandler (self) | |
| collect (self) | |
| clearState (self) | |
Additional Inherited Members | |
| Public Attributes inherited from TestCenterAdvanced.TestCase.LogCollectorBase | |
| bool | hasWarnings = False |
| bool | hasErrors = False |
| logHandler | |
| Protected Attributes inherited from TestCenterAdvanced.TestCase.LogCollectorBase | |
| _testHelper = testHelper | |
Allows logging messages via a given log handler and records the logging state.
Definition at line 139 of file TestCase.py.
| TestCenterAdvanced.TestCase.TestLogger.startLogCollect | ( | self | ) |
Reimplemented from TestCenterAdvanced.TestCase.LogCollectorBase.
Definition at line 142 of file TestCase.py.
References TestCenterAdvanced.TestCase.LogCollectorBase.logHandler, TestCenterAdvanced.TestCase.RunTestFunctionData.logHandler, and startLogCollect().
Referenced by startLogCollect().
| TestCenterAdvanced.TestCase.TestLogger.stopLogCollect | ( | self | ) |
Reimplemented from TestCenterAdvanced.TestCase.LogCollectorBase.
Definition at line 146 of file TestCase.py.
References TestCenterAdvanced.TestCase.LogCollectorBase.logHandler, TestCenterAdvanced.TestCase.RunTestFunctionData.logHandler, and stopLogCollect().
Referenced by stopLogCollect().