#include <TestSuiteFormatter.hh>
Inheritance diagram for ccunit::TestSuiteFormatter:
Public Methods | |
~TestSuiteFormatter () | |
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 13 of file TestSuiteFormatter.hh.
|
Definition at line 12 of file TestSuiteFormatter.cc. |
|
Generate an appropiate report footer.
Reimplemented in ccunit::TestSuiteFormatterDoxygen. Definition at line 29 of file TestSuiteFormatter.cc. |
|
Generate an appropiate report header.
Reimplemented in ccunit::TestSuiteFormatterDoxygen. Definition at line 17 of file TestSuiteFormatter.cc. |
|
Output a test component.
Reimplemented in ccunit::TestSuiteFormatterDoxygen. Definition at line 46 of file TestSuiteFormatter.cc. References ccunit::TestComponentPtr. |
|
Output information about a specific test failure.
Reimplemented in ccunit::TestSuiteFormatterDoxygen. Definition at line 40 of file TestSuiteFormatter.cc. |