Reset the unit test
| 127 | |
| 128 | // Reset the unit test |
| 129 | inline void Test::reset() { |
| 130 | mNbPassedTests = 0; |
| 131 | mNbFailedTests = 0; |
| 132 | } |
| 133 | |
| 134 | // Return the number of passed tests |
| 135 | inline long Test::getNbPassedTests() const { |
nothing calls this directly
no outgoing calls
no test coverage detected