unittest::TUTSuite class

Template Unit Test unit test suite.

Constructors, destructors, conversion operators

TUTSuite(const std::string& grp) explicit
Constructor.

Public functions

void run()
Run all tests.
void evaluateTest(std::vector<std::string>&& status)
Evaluate a unit test.

Function documentation

void unittest::TUTSuite::evaluateTest(std::vector<std::string>&& status)

Evaluate a unit test.

Parameters
status in Vector strings containing the test results. See unittest::TUTTest constructor for the expected structure of status.