| 5800 | } |
| 5801 | |
| 5802 | void addFailure(const std::string& message, const std::string& type, const std::string& details) { |
| 5803 | testcases.back().failures.emplace_back(message, type, details); |
| 5804 | ++totalFailures; |
| 5805 | } |
| 5806 | |
| 5807 | void addError(const std::string& message, const std::string& details) { |
| 5808 | testcases.back().errors.emplace_back(message, details); |
no outgoing calls
no test coverage detected