UTPP
|
Constructor of this objects inserts the test in suite. More...
#include <utpp.h>
Public Member Functions | |
Inserter (const std::string &suite, const std::string &test, const std::string &file, int line, Testmaker func) | |
Friends | |
class | TestSuite |
Constructor of this objects inserts the test in suite.
|
inline |
Constructor.
suite | Suite name |
test | Test name |
file | Filename associated with this test |
ln | Line number associated with this test |
func | Factory for test object |
Calls SuiteList::Add() to add the test to a suite.