A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::TestRunner Class Reference

A runner to execute tests. More...

#include <test.h>

Static Public Member Functions

static int Run (int argc, char *argv[])
 Run the requested suite of tests. More...
 

Detailed Description

A runner to execute tests.

Definition at line 1148 of file test.h.

Member Function Documentation

int ns3::TestRunner::Run ( int  argc,
char *  argv[] 
)
static

Run the requested suite of tests.

Parameters
argcnumber of elements in argv
argvvector of command line arguments
Returns
success status

Definition at line 977 of file test.cc.

References ns3::TestRunnerImpl::Instance(), NS_LOG_FUNCTION, and ns3::TestRunnerImpl::Run().

Referenced by main().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:


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