Pairs tests. More...
#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/type-id.h>
#include <algorithm>
#include <iterator>
#include <sstream>
#include <utility>
Go to the source code of this file.
Classes | |
class | PairObject |
Object holding pairs of values. More... | |
class | PairValueSettingsTestCase |
Pair test - test setting through attribute interface. More... | |
class | PairValueTestCase |
Pair test - Test instantiation, initialization, access. More... | |
class | PairValueTestSuite |
The pair-value Test Suite. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const PairObject &obj) |
Stream insertion operator. More... | |
Variables | |
static PairValueTestSuite | g_pairValueTestSuite |
Static variable for test initialization. More... | |
Pairs tests.
Definition in file pair-value-test-suite.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const PairObject & | obj | ||
) |
Stream insertion operator.
[in] | os | The reference to the output stream. |
[in] | obj | The PairObject. |
Definition at line 113 of file pair-value-test-suite.cc.
|
static |
Static variable for test initialization.
Definition at line 220 of file pair-value-test-suite.cc.