Return the number of passed tests
| 133 | |
| 134 | // Return the number of passed tests |
| 135 | inline long Test::getNbPassedTests() const { |
| 136 | return mNbPassedTests; |
| 137 | } |
| 138 | |
| 139 | // Return the number of failed tests |
| 140 | inline long Test::getNbFailedTests() const { |
nothing calls this directly
no outgoing calls
no test coverage detected