| 5805 | } |
| 5806 | |
| 5807 | void addError(const std::string& message, const std::string& details) { |
| 5808 | testcases.back().errors.emplace_back(message, details); |
| 5809 | ++totalErrors; |
| 5810 | } |
| 5811 | |
| 5812 | std::vector<JUnitTestCase> testcases; |
| 5813 | double totalSeconds = 0; |