Public Member Functions | |
CommandLineTest () | |
virtual bool | RunTests (void) |
Private Member Functions | |
void | Parse (const CommandLine &cmd, int n,...) |
Definition at line 286 of file command-line.cc.
CommandLineTest::CommandLineTest | ( | ) |
Definition at line 295 of file command-line.cc.
void CommandLineTest::Parse | ( | const CommandLine & | cmd, | |
int | n, | |||
... | ||||
) | [private] |
Definition at line 299 of file command-line.cc.
References ns3::CommandLine::Parse().
Referenced by RunTests().
bool CommandLineTest::RunTests | ( | void | ) | [virtual] |
Implements ns3::Test.
Definition at line 317 of file command-line.cc.
References ns3::CommandLine::AddValue(), NS_TEST_ASSERT_EQUAL, and Parse().