TypeId test suite. More...
#include "ns3/double.h"
#include "ns3/integer.h"
#include "ns3/log.h"
#include "ns3/object.h"
#include "ns3/test.h"
#include "ns3/traced-value.h"
#include "ns3/type-id.h"
#include <ctime>
#include <iomanip>
#include <iostream>
Go to the source code of this file.
Classes | |
class | CollisionTestCase |
Collision test. More... | |
class | DeprecatedAttribute |
Class used to test deprecated Attributes. More... | |
class | DeprecatedAttributeTestCase |
Check deprecated Attributes and TraceSources. More... | |
class | LookupTimeTestCase |
Performance test: measure average lookup time. More... | |
class | TypeIdPerformanceSuite |
TypeId performance test suites. More... | |
class | TypeIdTestSuite |
TypeId test suites. More... | |
class | UniqueTypeIdTestCase |
Test for uniqueness of all TypeIds. More... | |
Functions | |
const std::string | suite ("type-id: ") |
Variables | |
static TypeIdPerformanceSuite | g_TypeIdPerformanceSuite |
Static variable for test initialization. More... | |
static TypeIdTestSuite | g_TypeIdTestSuite |
Static variable for test initialization. More... | |
TypeId test suite.
Definition in file type-id-test-suite.cc.
const std::string suite | ( | "type-id: " | ) |
Referenced by UniqueTypeIdTestCase::DoRun(), CollisionTestCase::DoRun(), DeprecatedAttributeTestCase::DoRun(), LookupTimeTestCase::DoRun(), LookupTimeTestCase::DoSetup(), and LookupTimeTestCase::Report().
|
static |
Static variable for test initialization.
Definition at line 481 of file type-id-test-suite.cc.
|
static |
Static variable for test initialization.
Definition at line 461 of file type-id-test-suite.cc.