The following methods override what's in the TestEventListener class.
| 3995 | |
| 3996 | // The following methods override what's in the TestEventListener class. |
| 3997 | virtual void OnTestProgramStart(const UnitTest& /*unit_test*/) {} |
| 3998 | virtual void OnTestIterationStart(const UnitTest& unit_test, int iteration); |
| 3999 | virtual void OnEnvironmentsSetUpStart(const UnitTest& unit_test); |
| 4000 | virtual void OnEnvironmentsSetUpEnd(const UnitTest& /*unit_test*/) {} |
nothing calls this directly
no outgoing calls
no test coverage detected