The d'tor is virtual as we need to subclass Environment.
| 13486 | public: |
| 13487 | // The d'tor is virtual as we need to subclass Environment. |
| 13488 | virtual ~Environment() {} |
| 13489 | |
| 13490 | // Override this to define how to set up the environment. |
| 13491 | virtual void SetUp() {} |
nothing calls this directly
no outgoing calls
no test coverage detected