A Discrete-Event Network Simulator
API
Object test suite
+ Collaboration diagram for Object test suite:

Files

file  object-test-suite.cc
 Object test suite.
 
file  type-traits-test-suite.cc
 TypeTraits test suite.
 

Classes

class  ns3::tests::AggregateObjectTestCase
 Test we can aggregate Objects. More...
 
class  anonymous_namespace{object-test-suite.cc}::BaseA
 Base class A. More...
 
class  anonymous_namespace{object-test-suite.cc}::BaseB
 Base class B. More...
 
class  ns3::tests::CreateObjectTestCase
 Test we can make Objects using CreateObject. More...
 
class  anonymous_namespace{object-test-suite.cc}::DerivedA
 Derived class A. More...
 
class  anonymous_namespace{object-test-suite.cc}::DerivedB
 Derived class B. More...
 
class  ns3::tests::ObjectFactoryTestCase
 Test an Object factory can create Objects. More...
 
class  ns3::tests::ObjectTestSuite
 The Test Suite that glues the Test Cases together. More...
 
class  ns3::tests::TypeTraitsTestCase
 Type traits test. More...
 
class  ns3::tests::TypeTraitsTestSuite
 Type traits test suite. More...
 

Variables

static ObjectTestSuite ns3::tests::g_objectTestSuite
 ObjectTestSuite instance variable. More...
 
static TypeTraitsTestSuite ns3::tests::g_typeTraitsTestSuite
 TypeTraitsTestSuite instance variable. More...
 

Detailed Description

Variable Documentation

◆ g_objectTestSuite

ObjectTestSuite ns3::tests::g_objectTestSuite
static

ObjectTestSuite instance variable.

Definition at line 499 of file object-test-suite.cc.

◆ g_typeTraitsTestSuite

TypeTraitsTestSuite ns3::tests::g_typeTraitsTestSuite
static

TypeTraitsTestSuite instance variable.

Definition at line 100 of file type-traits-test-suite.cc.