The following methods override what's in the TestEventListener class.
| 4182 | |
| 4183 | // The following methods override what's in the TestEventListener class. |
| 4184 | virtual void OnTestProgramStart(const UnitTest& /*unit_test*/) {} |
| 4185 | virtual void OnTestIterationStart(const UnitTest& unit_test, int iteration); |
| 4186 | virtual void OnEnvironmentsSetUpStart(const UnitTest& unit_test); |
| 4187 | virtual void OnEnvironmentsSetUpEnd(const UnitTest& /*unit_test*/) {} |
nothing calls this directly
no outgoing calls
no test coverage detected