metatest::xml_report

Synopsis

bool xml_report(std::ostream &os_)

Description

Displays the test results as an xml document. Returns true when there was no failed test case.

#include <metatest/xml_report.hpp>

[up]