Name

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.

The abstract class Outputter
Figure C-10. The abstract class Outputter

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.

Get Unit Test Frameworks now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.