11 #ifndef COM_BORA_SOFTWARE__BALAU_TESTING_REPORTERS__SUREFIRE_TEST_REPORT_GENERATOR 12 #define COM_BORA_SOFTWARE__BALAU_TESTING_REPORTERS__SUREFIRE_TEST_REPORT_GENERATOR 14 #include <Balau/Testing/Impl/TestReportGenerator.hpp> 25 : Impl::TestReportGenerator(std::move(outputFolder_)) {}
27 public:
void generate(
const Impl::TestGroupBase & group,
28 const std::chrono::nanoseconds & groupDuration,
29 const std::vector<const Impl::TestResult *> & groupTestResults)
override;
34 #endif // COM_BORA_SOFTWARE__BALAU_TESTING_REPORTERS__SUREFIRE_TEST_REPORT_GENERATOR A file on the local file system.
Definition: File.hpp:35
Definition: SurefireTestReportGenerator.hpp:16
Test group report generator that generates XML reports with the Maven Surefire plugin schema...
Definition: SurefireTestReportGenerator.hpp:21