Config test suite. More...
#include "ns3/callback.h"
#include "ns3/config.h"
#include "ns3/integer.h"
#include "ns3/log.h"
#include "ns3/names.h"
#include "ns3/object-vector.h"
#include "ns3/object.h"
#include "ns3/pointer.h"
#include "ns3/singleton.h"
#include "ns3/test.h"
#include "ns3/trace-source-accessor.h"
#include "ns3/traced-value.h"
#include <sstream>
Go to the source code of this file.
Classes | |
class | ns3::tests::BaseConfigObject |
Base config object. More... | |
class | ns3::tests::ConfigTestObject |
An object with some attributes that we can play with using config. More... | |
class | ns3::tests::ConfigTestSuite |
The Test Suite that glues all of the Test Cases together. More... | |
class | ns3::tests::DerivedConfigObject |
Derived config object. More... | |
class | ns3::tests::DerivedConfigTestObject |
Derived test objects. More... | |
class | ns3::tests::ObjectVectorConfigTestCase |
Test for the ability to deal configure with vectors of objects. More... | |
class | ns3::tests::ObjectVectorTraceConfigTestCase |
Test for the ability to trace configure with vectors of objects. More... | |
class | ns3::tests::RootNamespaceConfigTestCase |
Test for the ability to register and use a root namespace. More... | |
class | ns3::tests::SearchAttributesOfParentObjectsTestCase |
Test for the ability to search attributes of parent classes when Resolver searches for attributes in a derived class object. More... | |
class | ns3::tests::UnderRootNamespaceConfigTestCase |
Test for the ability to add an object under the root namespace. 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 ConfigTestSuite | ns3::tests::g_configTestSuite |
ConfigTestSuite instance variable. More... | |
Config test suite.
Definition in file config-test-suite.cc.