Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

ccunit::TestSuiteFormatterDoxygen Class Reference

Format a test suite report. Defaults to imitate a compiler error for ease of use within many editors. More...

#include <TestSuiteFormatterDoxygen.hh>

Inheritance diagram for ccunit::TestSuiteFormatterDoxygen:

ccunit::TestSuiteFormatter List of all members.

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...


Detailed Description

Format a test suite report. Defaults to imitate a compiler error for ease of use within many editors.

Definition at line 14 of file TestSuiteFormatterDoxygen.hh.


Constructor & Destructor Documentation

ccunit::TestSuiteFormatterDoxygen::~TestSuiteFormatterDoxygen  
 

Definition at line 12 of file TestSuiteFormatterDoxygen.cc.


Member Function Documentation

void ccunit::TestSuiteFormatterDoxygen::footer ostream &    ostr,
const TestSuite   suite
const [virtual]
 

Generate an appropiate report footer.

Reimplemented from ccunit::TestSuiteFormatter.

Definition at line 30 of file TestSuiteFormatterDoxygen.cc.

void ccunit::TestSuiteFormatterDoxygen::header ostream &    ostr,
const TestSuite   suite
const [virtual]
 

Generate an appropiate report header.

Reimplemented from ccunit::TestSuiteFormatter.

Definition at line 17 of file TestSuiteFormatterDoxygen.cc.

void ccunit::TestSuiteFormatterDoxygen::printComponent ostream &    ostr,
TestComponentPtr   comp
const [virtual]
 

Output a test component.

Reimplemented from ccunit::TestSuiteFormatter.

Definition at line 55 of file TestSuiteFormatterDoxygen.cc.

References ccunit::TestComponentPtr.

void ccunit::TestSuiteFormatterDoxygen::printFailure ostream &    ostr,
const TestComponent::ErrorReport   error_report
const [virtual]
 

Output information about a specific test failure.

Reimplemented from ccunit::TestSuiteFormatter.

Definition at line 36 of file TestSuiteFormatterDoxygen.cc.


The documentation for this class was generated from the following files:
Generated on Tue Apr 2 15:33:27 2002 for libccunit by doxygen 1.2.14 written by Dimitri van Heesch, © 1997-2002

Project hosted on sourceforge SourceForge Logo