CppUnit project page FAQ CppUnit home page

Public Member Functions | List of all members
Test::Filter Struct Referenceabstract

Use this filter to only run some of the registered tests. More...

#include <Test.h>

Public Member Functions

virtual ~Filter ()
 
virtual bool include (const std::string &testName) const =0
 

Detailed Description

Use this filter to only run some of the registered tests.

Constructor & Destructor Documentation

virtual Test::Filter::~Filter ( )
inlinevirtual

Member Function Documentation

virtual bool Test::Filter::include ( const std::string &  testName) const
pure virtual

The documentation for this struct was generated from the following file:

SourceForge Logo hosts this site. Send comments to:
CppUnit Developers