| 62 | } |
| 63 | |
| 64 | virtual void TearDown() { |
| 65 | // Code here will be called immediately after each test (right |
| 66 | // before the destructor). |
| 67 | } |
| 68 | |
| 69 | // Objects declared here can be used by all tests in the test case for Foo. |
| 70 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected