Return the number of failed tests
| 138 | |
| 139 | // Return the number of failed tests |
| 140 | inline long Test::getNbFailedTests() const { |
| 141 | return mNbFailedTests; |
| 142 | } |
| 143 | |
| 144 | // Return the output stream |
| 145 | inline const std::ostream* Test::getOutputStream() const { |
nothing calls this directly
no outgoing calls
no test coverage detected