|
TestCenter Reference
|
Decorator to globally enable or disable if the ASSERT_*/EXPECT_* macros log an info message on success. More...
Public Member Functions | |
| __init__ (self, logOnSuccess) | |
| __call__ (self, func) | |
Decorator to globally enable or disable if the ASSERT_*/EXPECT_* macros log an info message on success.
For example:
| TestSupport.Base.MacrosShouldLogOnSuccessDecorator.__init__ | ( | self, | |
| logOnSuccess ) |
Definition at line 164 of file Base.py.
References __logOnSuccess.
| TestSupport.Base.MacrosShouldLogOnSuccessDecorator.__call__ | ( | self, | |
| func ) |
Definition at line 167 of file Base.py.
References __logOnSuccess, and TestSupport.Base.setMacrosShouldLogOnSuccess().