Override this to define how to tear down the environment.
| 13492 | |
| 13493 | // Override this to define how to tear down the environment. |
| 13494 | virtual void TearDown() {} |
| 13495 | private: |
| 13496 | // If you see an error about overriding the following function or |
| 13497 | // about it being private, you have mis-spelled SetUp() as Setup(). |
nothing calls this directly
no outgoing calls
no test coverage detected