| 49 | // and cleaning up each test, you can define the following methods: |
| 50 | |
| 51 | virtual void SetUp() { |
| 52 | // Code here will be called immediately after the constructor (right |
| 53 | // before each test). |
| 54 | } |
| 55 | |
| 56 | virtual void TearDown() { |
| 57 | // Code here will be called immediately after each test (right |
nothing calls this directly
no outgoing calls
no test coverage detected