#include <TestSuiteFormatterDoxygen.hh>
Inheritance diagram for ccunit::TestSuiteFormatterDoxygen:
Public Methods | |
~TestSuiteFormatterDoxygen () | |
virtual void | header (ostream &ostr, const TestSuite &suite) const |
Generate an appropiate report header. More... | |
virtual void | footer (ostream &ostr, const TestSuite &suite) const |
Generate an appropiate report footer. More... | |
virtual void | printFailure (ostream &ostr, const TestComponent::ErrorReport &error_report) const |
Output information about a specific test failure. More... | |
virtual void | printComponent (ostream &ostr, TestComponentPtr &comp) const |
Output a test component. More... |
Definition at line 14 of file TestSuiteFormatterDoxygen.hh.
|
Definition at line 12 of file TestSuiteFormatterDoxygen.cc. |
|
Generate an appropiate report footer.
Reimplemented from ccunit::TestSuiteFormatter. Definition at line 30 of file TestSuiteFormatterDoxygen.cc. |
|
Generate an appropiate report header.
Reimplemented from ccunit::TestSuiteFormatter. Definition at line 17 of file TestSuiteFormatterDoxygen.cc. |
|
Output a test component.
Reimplemented from ccunit::TestSuiteFormatter. Definition at line 55 of file TestSuiteFormatterDoxygen.cc. References ccunit::TestComponentPtr. |
|
Output information about a specific test failure.
Reimplemented from ccunit::TestSuiteFormatter. Definition at line 36 of file TestSuiteFormatterDoxygen.cc. |