joque
task orchestration library
junit.hpp
Go to the documentation of this file.
1
#pragma once
23
24
#include "
records.hpp
"
25
26
#include <filesystem>
27
#include <ostream>
28
#include <string>
29
30
namespace
joque
31
{
32
39
void
generate_junit_xml
(
40
const
std::filesystem::path& p,
41
const
std::string& ts_name,
42
const
exec_record
& exec_rec );
43
49
void
generate_junit_xml
(
50
std::ostream& os,
51
const
std::string& ts_name,
52
const
exec_record
& exec_rec );
53
54
}
// namespace joque
joque
MIT License.
Definition:
dag.hpp:27
joque::generate_junit_xml
void 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.
joque::exec_record
Record of execution of entire task set.
Definition:
records.hpp:90
records.hpp
include
joque
junit.hpp
Generated on Sun May 4 2025 20:20:50 for joque by
1.9.1