Override this to define how to set up the environment.
| 13489 | |
| 13490 | // Override this to define how to set up the environment. |
| 13491 | virtual void SetUp() {} |
| 13492 | |
| 13493 | // Override this to define how to tear down the environment. |
| 13494 | virtual void TearDown() {} |
nothing calls this directly
no outgoing calls
no test coverage detected