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

Length class test suite. 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>
#include <tuple>
+ Include dependency graph for length-test-suite.cc:

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
 

Typedefs

using Unit = Length::Unit
 Save some typing by defining a short alias for Length::Unit. More...
 

Variables

static LengthTestSuite gLengthTestSuite
 LengthTestSuite instance. More...
 

Detailed Description

Length class test suite.

Definition in file length-test-suite.cc.

Typedef Documentation

◆ Unit

using Unit = Length::Unit

Save some typing by defining a short alias for Length::Unit.

Definition at line 62 of file length-test-suite.cc.

Variable Documentation

◆ gLengthTestSuite

LengthTestSuite gLengthTestSuite
static

LengthTestSuite instance.

Definition at line 1665 of file length-test-suite.cc.