A Discrete-Event Network Simulator
API

Object Names test suite. More...

#include "ns3/test.h"
#include "ns3/names.h"
+ Include dependency graph for names-test-suite.cc:

Go to the source code of this file.

Classes

class  ns3::tests::AlternateFindTestCase
 Test the Object Name Service can find Objects using a second type. More...
 
class  ns3::tests::AlternateTestObject
 Alternate test object for the Name service. More...
 
class  ns3::tests::BasicAddTestCase
 Test the Object Name Service can do its most basic job. More...
 
class  ns3::tests::BasicFindTestCase
 Test the Object Name Service can find Objects. More...
 
class  ns3::tests::BasicRenameTestCase
 Test the Object Name Service can rename objects. More...
 
class  ns3::tests::FindPathTestCase
 Test the Object Name Service can look up an object and return its fully qualified path name. More...
 
class  ns3::tests::FullyQualifiedAddTestCase
 Test the Object Name Service can correctly use a fully qualified path to add associations. More...
 
class  ns3::tests::FullyQualifiedFindTestCase
 Test the Object Name Service can find Objects using a fully qualified path name. More...
 
class  ns3::tests::FullyQualifiedRenameTestCase
 Test the Object Name Service can rename objects using a fully qualified path name. More...
 
class  ns3::tests::NamesTestSuite
 Names Test Suite. More...
 
class  ns3::tests::RelativeAddTestCase
 Test the Object Name Service can correctly use a relative path to add associations. More...
 
class  ns3::tests::RelativeFindTestCase
 Test the Object Name Service can find Objects using a relative path name. More...
 
class  ns3::tests::RelativeRenameTestCase
 Test the Object Name Service can rename objects using a relative path name. More...
 
class  ns3::tests::StringContextAddTestCase
 Test the Object Name Service can correctly use a string context. More...
 
class  ns3::tests::StringContextFindTestCase
 Test the Object Name Service can find Objects using a string context. More...
 
class  ns3::tests::StringContextRenameTestCase
 Test the Object Name Service can rename objects using a string context. More...
 
class  ns3::tests::TestObject
 Simple test object to exercise the Name service. More...
 

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 
 ns3::tests
 Namespace for test files, TestCases and TestSuites.
 

Variables

static NamesTestSuite ns3::tests::g_namesTestSuite
 NamesTestSuite instance variable. More...
 

Detailed Description

Object Names test suite.

Definition in file names-test-suite.cc.