template<class Proxy>
unittest::TUTTest class

Generic Charm++ chare class for unit tests utilizing the Template Unit Test library.

Constructors, destructors, conversion operators

TUTTest(Proxy&& proxy, const std::string& groupname, int t) explicit

Function documentation

template<class Proxy>
unittest::TUTTest<Proxy>::TUTTest(Proxy&& proxy, const std::string& groupname, int t) explicit

Parameters
proxy in Host proxy to call back to after test has been run
groupname in Name of the group the test belongs to
in Test number in test group

Constructor: run test then call back to host proxy to evaluate it