|
TestCenter Reference
|
Public Member Functions | |
| __init__ (self, testHelper) | |
| logHandler (self) | |
| collect (self) | |
| startLogCollect (self) | |
| stopLogCollect (self) | |
| clearState (self) | |
Public Attributes | |
| bool | hasWarnings = False |
| bool | hasErrors = False |
| logHandler | |
Protected Attributes | |
| _testHelper = testHelper | |
Definition at line 66 of file TestCase.py.
| TestCenterAdvanced.TestCase.LogCollectorBase.__init__ | ( | self, | |
| testHelper ) |
Definition at line 67 of file TestCase.py.
| TestCenterAdvanced.TestCase.LogCollectorBase.clearState | ( | self | ) |
Definition at line 98 of file TestCase.py.
References hasErrors, and hasWarnings.
| TestCenterAdvanced.TestCase.LogCollectorBase.collect | ( | self | ) |
Definition at line 77 of file TestCase.py.
References startLogCollect(), and stopLogCollect().
| TestCenterAdvanced.TestCase.LogCollectorBase.logHandler | ( | self | ) |
Definition at line 73 of file TestCase.py.
References _testHelper.
| TestCenterAdvanced.TestCase.LogCollectorBase.startLogCollect | ( | self | ) |
Reimplemented in TestCenterAdvanced.TestCase.LogCollector, and TestCenterAdvanced.TestCase.TestLogger.
Definition at line 84 of file TestCase.py.
Referenced by collect().
| TestCenterAdvanced.TestCase.LogCollectorBase.stopLogCollect | ( | self | ) |
Reimplemented in TestCenterAdvanced.TestCase.LogCollector, and TestCenterAdvanced.TestCase.TestLogger.
Definition at line 90 of file TestCase.py.
References hasErrors, hasWarnings, logHandler, and TestCenterAdvanced.TestCase.RunTestFunctionData.logHandler.
Referenced by collect().
|
protected |
Definition at line 70 of file TestCase.py.
Referenced by TestCenterAdvanced.TestCase.TestCase._callGroupFunction(), TestCenterAdvanced.TestCase.TestCase._getTestFunction(), TestCenterAdvanced.TestCase.TestCase._loadScriptFile(), TestCenterAdvanced.TestCase.TestCase.activate(), TestCenterAdvanced.TestCase.TestCase.deactivate(), logHandler(), and TestCenterAdvanced.TestCase.TestCase.run().
| bool TestCenterAdvanced.TestCase.LogCollectorBase.hasErrors = False |
Definition at line 69 of file TestCase.py.
Referenced by clearState(), and stopLogCollect().
| bool TestCenterAdvanced.TestCase.LogCollectorBase.hasWarnings = False |
Definition at line 68 of file TestCase.py.
Referenced by clearState(), and stopLogCollect().
| TestCenterAdvanced.TestCase.LogCollectorBase.logHandler |
Definition at line 85 of file TestCase.py.
Referenced by TestCenterAdvanced.TestCase.LogCollector.logMessages(), TestCenterAdvanced.TestCase.TestLogger.startLogCollect(), TestCenterAdvanced.TestCase.LogCollector.stopLogCollect(), stopLogCollect(), and TestCenterAdvanced.TestCase.TestLogger.stopLogCollect().