|
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 | |
| hasWarnings | |
| hasErrors | |
Protected Attributes inherited from TestCenterAdvanced.TestCase.LogCollectorBase | |
| _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.RunTestFunctionData.logHandler, TestCenterAdvanced.TestCase.LogCollectorBase.logHandler(), and TestCenterAdvanced.TestCase.TestLogger.startLogCollect().
Referenced by TestCenterAdvanced.TestCase.LogCollectorBase.collect(), and TestCenterAdvanced.TestCase.TestLogger.startLogCollect().
| TestCenterAdvanced.TestCase.TestLogger.stopLogCollect | ( | self | ) |
Reimplemented from TestCenterAdvanced.TestCase.LogCollectorBase.
Definition at line 146 of file TestCase.py.
References TestCenterAdvanced.TestCase.RunTestFunctionData.logHandler, TestCenterAdvanced.TestCase.LogCollectorBase.logHandler(), and TestCenterAdvanced.TestCase.TestLogger.stopLogCollect().
Referenced by TestCenterAdvanced.TestCase.LogCollectorBase.collect(), and TestCenterAdvanced.TestCase.TestLogger.stopLogCollect().