TracedValueCallback tests to verify that they work with different types of classes - it tests bool, double, various types of integers types, Time, and SequenceNumber32. More...
#include "ns3/test.h"
#include "ns3/core-module.h"
#include "ns3/network-module.h"
Go to the source code of this file.
Classes | |
class | TracedValueCallbackTestCase::CheckTvCb< T > |
A class to check that the callback function typedef will actually connect to the TracedValue. More... | |
class | TracedValueCallbackTestCase |
TracedValueCallback Test Case. More... | |
class | TracedValueCallbackTestSuite |
TracedValueCallback TestSuite. More... | |
Namespaces | |
anonymous_namespace{traced-value-callback-typedef-test-suite.cc} | |
Variables | |
std::string | anonymous_namespace{traced-value-callback-typedef-test-suite.cc}::g_Result = "" |
Result of callback test. More... | |
static TracedValueCallbackTestSuite | tracedValueCallbackTestSuite |
Static variable for test initialization. More... | |
TracedValueCallback tests to verify that they work with different types of classes - it tests bool, double, various types of integers types, Time, and SequenceNumber32.
Definition in file traced-value-callback-typedef-test-suite.cc.
|
static |
Static variable for test initialization.
Definition at line 286 of file traced-value-callback-typedef-test-suite.cc.