|
TestCenter Reference
|
Public Member Functions | |
| __init__ (self, stackDepth, optional=False) | |
| __enter__ (self) | |
| __exit__ (self, *_) | |
| getCallingStackFrame (self, stackDepth) | |
Definition at line 139 of file TestHelper.py.
| TestSupport.TestHelper.SetLoggingCallerStackFrame.__init__ | ( | self, | |
| stackDepth, | |||
| optional = False ) |
Definition at line 140 of file TestHelper.py.
References __hasSetStackFrame, __optional, __stackDepth, and __testHelper.
| TestSupport.TestHelper.SetLoggingCallerStackFrame.__enter__ | ( | self | ) |
Definition at line 146 of file TestHelper.py.
References __hasSetStackFrame, __optional, __stackDepth, __testHelper, and getCallingStackFrame().
| TestSupport.TestHelper.SetLoggingCallerStackFrame.__exit__ | ( | self, | |
| * | _ ) |
Definition at line 152 of file TestHelper.py.
References __hasSetStackFrame, and __testHelper.
| TestSupport.TestHelper.SetLoggingCallerStackFrame.getCallingStackFrame | ( | self, | |
| stackDepth ) |
Definition at line 156 of file TestHelper.py.
Referenced by __enter__().