The following methods override what's in the TestEventListener class.
| 3033 | |
| 3034 | // The following methods override what's in the TestEventListener class. |
| 3035 | virtual void OnTestProgramStart(const UnitTest& /*unit_test*/) {} |
| 3036 | virtual void OnTestIterationStart(const UnitTest& unit_test, int iteration); |
| 3037 | virtual void OnEnvironmentsSetUpStart(const UnitTest& unit_test); |
| 3038 | virtual void OnEnvironmentsSetUpEnd(const UnitTest& /*unit_test*/) {} |