JUnit XML TUT reporter.
More...
#include <tut_xml_reporter.hpp>
|
| xml_reporter (const std::string &filename) |
| number of tests where destructors threw an exception More...
|
|
| xml_reporter (std::ostream &stream) |
|
virtual bool | all_ok () const |
| Returns true, if all tests passed.
|
|
virtual void | run_completed () |
| Callback function This function is called when all tests are completed. It generates XML output to file(s). File name base can be set with constructor.
|
|
virtual void | run_started () |
| Callback function This function is called before the first test is executed. It initializes counters.
|
|
virtual void | test_completed (const tut::test_result &tr) |
| Callback function This function is called when test completes. Counters are updated here, and test results stored.
|
|
| callback () |
|
virtual | ~callback () |
|
virtual void | group_completed (const std::string &name) |
|
virtual void | group_started (const std::string &name) |
|
JUnit XML TUT reporter.
- Author
- Lukasz Maszczynski, NSN
- Date
- 11/07/2008
tut::xml_reporter::xml_reporter |
( |
const std::string & |
filename | ) |
|
|
inline |
number of tests where destructors threw an exception
Default constructor
- Parameters
-
The documentation for this class was generated from the following file: