#include <tut_cppunit_reporter.hpp>
|
static std::string | encode (const std::string &text) |
| Encodes text to XML XML-reserved characters (e.g. "<") are encoded according to specification. More...
|
|
static std::string tut::cppunit_reporter::encode |
( |
const std::string & |
text | ) |
|
|
inlinestatic |
Encodes text to XML XML-reserved characters (e.g. "<") are encoded according to specification.
- Parameters
-
- Returns
- encoded string
Referenced by run_completed().
void tut::cppunit_reporter::run_completed |
( |
| ) |
|
|
inlinevirtual |
void tut::cppunit_reporter::run_started |
( |
| ) |
|
|
inlinevirtual |
Called when new test run started.
Reimplemented from tut::callback.
The documentation for this class was generated from the following file: