| 96 | // and cleaning up each test, you can define the following methods: |
| 97 | |
| 98 | virtual void SetUp() { |
| 99 | // Code here will be called immediately after the constructor (right |
| 100 | // before each test). |
| 101 | } |
| 102 | |
| 103 | virtual void TearDown() { |
| 104 | // Code here will be called immediately after each test (right |
nothing calls this directly
no outgoing calls
no test coverage detected