joque
task orchestration library
|
Go to the source code of this file.
Namespaces | |
joque | |
MIT License. | |
Functions | |
void | joque::generate_junit_xml (const std::filesystem::path &p, const std::string &ts_name, const exec_record &exec_rec) |
Generates JUnit XML file, expects that execution record represents some form of test execution. More... | |
void | joque::generate_junit_xml (std::ostream &os, const std::string &ts_name, const exec_record &exec_rec) |
Overload of generate_junit_xml that uses ostream instead of filename. More... | |