TestCenter Reference
TestSupport.TestHelper.SetLoggingCallerStackFrame Class Reference

Public Member Functions

 __init__ (self, stackDepth, optional=False)
 __enter__ (self)
 __exit__ (self, *_)
 getCallingStackFrame (self, stackDepth)

Detailed Description

Definition at line 139 of file TestHelper.py.

Constructor & Destructor Documentation

◆ __init__()

TestSupport.TestHelper.SetLoggingCallerStackFrame.__init__ ( self,
stackDepth,
optional = False )

Definition at line 140 of file TestHelper.py.

References __hasSetStackFrame, __optional, __stackDepth, and __testHelper.

Member Function Documentation

◆ __enter__()

TestSupport.TestHelper.SetLoggingCallerStackFrame.__enter__ ( self)

◆ __exit__()

TestSupport.TestHelper.SetLoggingCallerStackFrame.__exit__ ( self,
* _ )

Definition at line 152 of file TestHelper.py.

References __hasSetStackFrame, and __testHelper.

◆ getCallingStackFrame()

TestSupport.TestHelper.SetLoggingCallerStackFrame.getCallingStackFrame ( self,
stackDepth )

Definition at line 156 of file TestHelper.py.

Referenced by __enter__().


The documentation for this class was generated from the following file:
  • MeVisLab/Standard/Modules/Scripts/python/TestSupport/TestHelper.py