PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
List of all members
TestBaseObject Class Referenceabstract

Public Member Functions

Construction
 TestBaseObject ()
 
virtual ~TestBaseObject ()
 
Interface
virtual TestResult RunTest ()=0
 

Public Types

LocalTypes
typedef std::pair< bool, std::string > TestResult
 

Detailed Description

This is a base class to standardize the testing interface. All child classes should build their tests from the RunTests function.


The documentation for this class was generated from the following files: