Pothos  0.3.3-g32d3017c
The Pothos dataflow programming software suite
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Public Member Functions | Static Public Member Functions | List of all members
Pothos::TestingBase Struct Referenceabstract

#include <Testing.hpp>

Public Member Functions

 TestingBase (void)
 
 ~TestingBase (void)
 
void runTests ()
 
virtual void runTestsImpl ()=0
 
void report (const std::string &message, const std::string &statement, const std::string &error, const int line, const std::string &file)
 
template<typename T >
std::string toString (const T &v)
 

Static Public Member Functions

static TestingBasecurrent (void)
 

Constructor & Destructor Documentation

Pothos::TestingBase::TestingBase ( void  )
Pothos::TestingBase::~TestingBase ( void  )

Member Function Documentation

static TestingBase& Pothos::TestingBase::current ( void  )
static
void Pothos::TestingBase::report ( const std::string &  message,
const std::string &  statement,
const std::string &  error,
const int  line,
const std::string &  file 
)
void Pothos::TestingBase::runTests ( )
virtual void Pothos::TestingBase::runTestsImpl ( )
pure virtual
template<typename T >
std::string Pothos::TestingBase::toString ( const T &  v)
inline

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