Called when a test passed
| 122 | |
| 123 | // Called when a test passed |
| 124 | inline void Test::succeed() { |
| 125 | mNbPassedTests++; |
| 126 | } |
| 127 | |
| 128 | // Reset the unit test |
| 129 | inline void Test::reset() { |
nothing calls this directly
no outgoing calls
no test coverage detected