unittest::TUTSuite class

Template Unit Test unit test suite.

Constructors, destructors, conversion operators

TUTSuite(const ctr::CmdLine& cmdline) explicit
Constructor.

Public functions

void evaluate(std::vector<std::string> status)
Evaluate a unit test.

Function documentation

void unittest::TUTSuite::evaluate(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.