Attribute container test suite. More...
#include "ns3/attribute-container.h"
#include "ns3/double.h"
#include "ns3/integer.h"
#include "ns3/log.h"
#include "ns3/object.h"
#include "ns3/pair.h"
#include "ns3/ptr.h"
#include "ns3/string.h"
#include "ns3/test.h"
#include "ns3/tuple.h"
#include "ns3/type-id.h"
#include "ns3/uinteger.h"
#include <algorithm>
#include <iterator>
#include <list>
#include <map>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | AttributeContainerObject |
Attribute container object. More... | |
class | AttributeContainerSerializationTestCase |
Attribute serialization and deserialization TestCase. More... | |
class | AttributeContainerSetGetTestCase |
Attribute set and get TestCase. More... | |
class | AttributeContainerTestCase |
Test AttributeContainer instantiation, initialization, access. More... | |
class | AttributeContainerTestSuite |
Attribute attribute container TestCase. More... | |
Variables | |
static AttributeContainerTestSuite | g_attributeContainerTestSuite |
Static variable for test initialization. | |
Attribute container test suite.
Definition in file attribute-container-test-suite.cc.
|
static |
Static variable for test initialization.
Definition at line 567 of file attribute-container-test-suite.cc.