Outputter

   
Outputter

Description

The abstract class Outputter (see Figure C-10) represents the interface for the output of test result summaries. It's classes re TextOutputter , XmlOutputter , it is implemented in CompilerOutputter .

Outputter belongs to the namespace CppUnit . It is declared in Outputter.h .

Figure C-10. The abstract class Outputter
figs/utf_ac10.gif

Declaration

 class Outputter 

Constructors/Destructors


virtual ~Outputter( )

A destructor.

Public Methods


virtual void write( ) = 0

A pure, virtual method representing the Outputter interface.

Protected/Private Methods

None.

Attributes

None.



Unit Test Frameworks
Unit Test Frameworks
ISBN: 0596006896
EAN: 2147483647
Year: 2006
Pages: 146
Authors: Paul Hamill

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net