ns-3
|
A suite of tests to run. More...
#include <test.h>
Public Types | |
enum | Type { ALL = 0, BVT = 1, UNIT, SYSTEM, EXAMPLE, PERFORMANCE } |
Type of test. More... | |
Public Member Functions | |
TestSuite (std::string name, Type type=UNIT) | |
Constuct a new test suite. | |
TestSuite::Type | GetTestType (void) |
get the kind of test this test suite implements |
A suite of tests to run.
enum ns3::TestSuite::Type |
ns3::TestSuite::TestSuite | ( | std::string | name, |
TestSuite::Type | type = UNIT |
||
) |
Constuct a new test suite.
name | The name of the test suite. |
type | The TestType of the test suite (defaults to UNIT test). |
get the kind of test this test suite implements