PPL API Reference |
|
---|
Public Member Functions | |
Construction | |
TestBaseObject () | |
virtual | ~TestBaseObject () |
Interface | |
virtual TestResult | RunTest ()=0 |
Public Types | |
LocalTypes | |
typedef std::pair< bool, std::string > | TestResult |
This is a base class to standardize the testing interface. All child classes should build their tests from the RunTests function.