A Discrete-Event Network Simulator
API
attribute-container-test-suite.cc File Reference

Attribute container test suite. More...

#include <ns3/test.h>
#include <ns3/log.h>
#include <ns3/attribute-container.h>
#include <ns3/attribute-container-accessor-helper.h>
#include <ns3/pair.h>
#include <ns3/double.h>
#include <ns3/integer.h>
#include <ns3/string.h>
#include <ns3/ptr.h>
#include <ns3/object.h>
#include <ns3/type-id.h>
#include <list>
#include <vector>
#include <map>
#include <algorithm>
#include <iterator>
#include <sstream>
#include <utility>
+ Include dependency graph for attribute-container-test-suite.cc:

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...
 

Functions

std::ostream & operator<< (std::ostream &os, const AttributeContainerObject &obj)
 
template<class A , class B , class C , class D >
bool operator== (const std::pair< A, B > &x, const std::pair< C, D > &y)
 This function handles mixed constness and compatible, yet distinct numerical classes (like int and long) More...
 

Variables

static AttributeContainerTestSuite g_attributeContainerTestSuite
 Static variable for test initialization. More...
 

Detailed Description

Attribute container test suite.

Definition in file attribute-container-test-suite.cc.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const AttributeContainerObject obj 
)
Parameters
[in]osThe reference to the output stream.
[in]objThe AttributeContainer object.
Returns
The reference to the output stream.

Definition at line 134 of file attribute-container-test-suite.cc.

Variable Documentation

◆ g_attributeContainerTestSuite

AttributeContainerTestSuite g_attributeContainerTestSuite
static

Static variable for test initialization.

Definition at line 482 of file attribute-container-test-suite.cc.