#include "ns3/packet.h"
#include "ns3/test.h"
#include <string>
#include <cstdarg>
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{packet-test-suite.cc} |
Macros | |
#define | CHECK(p, n,...) DoCheck (p, __FILE__, __LINE__, n, __VA_ARGS__) |
#define | E(a, b, c) a,b,c |
Variables | |
static PacketTestSuite | g_packetTestSuite |
#define CHECK | ( | p, | |
n, | |||
... | |||
) | DoCheck (p, __FILE__, __LINE__, n, __VA_ARGS__) |
Definition at line 202 of file packet-test-suite.cc.
Referenced by PacketTest::DoRun().
#define E | ( | a, | |
b, | |||
c | |||
) | a,b,c |
Definition at line 200 of file packet-test-suite.cc.
Referenced by PacketTest::DoRun(), and ns3::LiIonEnergySource::GetVoltage().
|
static |
Definition at line 451 of file packet-test-suite.cc.