A Discrete-Event Network Simulator
API
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, according to the given command line arguments. More...
 

Detailed Description

A runner to execute tests.

Definition at line 1376 of file test.h.

Member Function Documentation

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

Run the requested suite of tests, according to the given command line arguments.

Parameters
[in]argcThe number of elements in argv
[in]argvThe vector of command line arguments
Returns
Success status

Definition at line 1115 of file test.cc.

References ns3::Singleton< TestRunnerImpl >::Get(), NS_LOG_FUNCTION, and ns3::TestRunnerImpl::Run().

+ Here is the call graph for this function:


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