| 54 | } |
| 55 | |
| 56 | virtual void TearDown() { |
| 57 | // Code here will be called immediately after each test (right |
| 58 | // before the destructor). |
| 59 | std::remove(testFile); |
| 60 | } |
| 61 | |
| 62 | // Objects declared here can be used by all tests in the test case for Foo. |
| 63 |
nothing calls this directly
no outgoing calls
no test coverage detected