| 57 | // and cleaning up each test, you can define the following methods: |
| 58 | |
| 59 | virtual void SetUp() { |
| 60 | // Code here will be called immediately after the constructor (right |
| 61 | // before each test). |
| 62 | } |
| 63 | |
| 64 | virtual void TearDown() { |
| 65 | // Code here will be called immediately after each test (right |
nothing calls this directly
no outgoing calls
no test coverage detected