Length class tests. More...
#include "ns3/length.h"
#include "ns3/log.h"
#include "ns3/object.h"
#include "ns3/string.h"
#include "ns3/test.h"
#include <array>
#include <cmath>
#include <functional>
#include <initializer_list>
#include <iomanip>
#include <limits>
#include <map>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | LengthTestCase |
Implements tests for the Length class. More... | |
class | LengthTestSuite |
The Test Suite that runs the test case. More... | |
class | LengthValueTestCase |
Test case for LengthValue attribute. More... | |
class | LengthValueTestCase::TestObject |
Class with Length attribute. More... | |
Typedefs | |
using | Unit = Length::Unit |
Save some typing by defining a short alias for Length::Unit. More... | |
Variables | |
static LengthTestSuite | gLengthTestSuite |
LengthTestSuite instance. More... | |
Length class tests.
Definition in file length-test-suite.cc.
using Unit = Length::Unit |
Save some typing by defining a short alias for Length::Unit.
Definition at line 58 of file length-test-suite.cc.
|
static |
LengthTestSuite instance.
Definition at line 1615 of file length-test-suite.cc.