TestCenter Reference
TestCenterAdvanced.TestCase.TestLogger Class Reference

Allows logging messages via a given log handler and records the logging state. More...

Inheritance diagram for TestCenterAdvanced.TestCase.TestLogger:
TestCenterAdvanced.TestCase.LogCollectorBase

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

Detailed Description

Allows logging messages via a given log handler and records the logging state.

Definition at line 139 of file TestCase.py.

Member Function Documentation

◆ startLogCollect()

TestCenterAdvanced.TestCase.TestLogger.startLogCollect ( self)

◆ stopLogCollect()

TestCenterAdvanced.TestCase.TestLogger.stopLogCollect ( self)

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