template<class Proxy>
TUTTest class
Generic Charm++ chare class for unit tests utilizing the Template Unit Test library.
Contents
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 |
t in | Test number in test group |
Constructor: run test then call back to host proxy to evaluate it