UTPP
Loading...
Searching...
No Matches
UnitTest::TestSuite::Inserter Class Reference

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
 

Detailed Description

Constructor of this objects inserts the test in suite.

Constructor & Destructor Documentation

◆ Inserter()

UnitTest::TestSuite::Inserter::Inserter ( const std::string & suite,
const std::string & test,
const std::string & file,
int ln,
Testmaker func )
inline

Constructor.

Parameters
suiteSuite name
testTest name
fileFilename associated with this test
lnLine number associated with this test
funcFactory for test object

Calls SuiteList::Add() to add the test to a suite.


The documentation for this class was generated from the following file: