NRE::Tester::InternalTest Class Referenceabstract

Describe an internal test used to register a user test inside the suite. More...

#include <NRE_InternalTest.hpp>

Public Member Functions

 InternalTest (std::string const &c, std::string const &n)
 
std::string const & getTestCase () const
 
std::string const & getTestName () const
 
std::string getDetails () const
 
virtual void internalTestBody () const =0
 

Detailed Description

Describe an internal test used to register a user test inside the suite.

Constructor & Destructor Documentation

NRE::Tester::InternalTest::InternalTest ( std::string const &  c,
std::string const &  n 
)

Construct the internal test and register it into the suite

Parameters
cthe test case name
nthe test name

Member Function Documentation

std::string NRE::Tester::InternalTest::getDetails ( ) const
Returns
the test details
std::string const & NRE::Tester::InternalTest::getTestCase ( ) const
Returns
the test case name
std::string const & NRE::Tester::InternalTest::getTestName ( ) const
Returns
the test name
virtual void NRE::Tester::InternalTest::internalTestBody ( ) const
pure virtual

The internal test body with used-defined instruction


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