#include "ns3/buffer.h"
#include "ns3/random-variable-stream.h"
#include "ns3/double.h"
#include "ns3/test.h"
Go to the source code of this file.
Classes | |
class | BufferTest |
Buffer unit tests. More... | |
class | BufferTestSuite |
Buffer TestSuite. More... | |
Macros | |
#define | ENSURE_WRITTEN_BYTES(buffer, n, ...) |
Variables | |
static BufferTestSuite | g_bufferTestSuite |
Static variable for test initialization. More... | |
#define ENSURE_WRITTEN_BYTES | ( | buffer, | |
n, | |||
... | |||
) |
Definition at line 99 of file buffer-test.cc.
|
static |
Static variable for test initialization.
Definition at line 408 of file buffer-test.cc.