TestCenter Reference
TestCenterAdvanced.TestCase.LogCollectorBase Class Reference
Inheritance diagram for TestCenterAdvanced.TestCase.LogCollectorBase:
TestCenterAdvanced.TestCase.LogCollector TestCenterAdvanced.TestCase.TestLogger

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

Detailed Description

Definition at line 66 of file TestCase.py.

Constructor & Destructor Documentation

◆ __init__()

TestCenterAdvanced.TestCase.LogCollectorBase.__init__ ( self,
testHelper )

Definition at line 67 of file TestCase.py.

Member Function Documentation

◆ clearState()

TestCenterAdvanced.TestCase.LogCollectorBase.clearState ( self)

Definition at line 98 of file TestCase.py.

References hasErrors, and hasWarnings.

◆ collect()

TestCenterAdvanced.TestCase.LogCollectorBase.collect ( self)

Definition at line 77 of file TestCase.py.

References startLogCollect(), and stopLogCollect().

◆ logHandler()

TestCenterAdvanced.TestCase.LogCollectorBase.logHandler ( self)

Definition at line 73 of file TestCase.py.

References _testHelper.

◆ startLogCollect()

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().

◆ stopLogCollect()

TestCenterAdvanced.TestCase.LogCollectorBase.stopLogCollect ( self)

Member Data Documentation

◆ _testHelper

◆ hasErrors

bool TestCenterAdvanced.TestCase.LogCollectorBase.hasErrors = False

Definition at line 69 of file TestCase.py.

Referenced by clearState(), and stopLogCollect().

◆ hasWarnings

bool TestCenterAdvanced.TestCase.LogCollectorBase.hasWarnings = False

Definition at line 68 of file TestCase.py.

Referenced by clearState(), and stopLogCollect().

◆ logHandler


The documentation for this class was generated from the following file:
  • MeVisLab/Standard/Modules/Macros/Tests/TestCenterAdvanced/TestCase.py