#include "pcap-file.h"
#include "ns3/test.h"
#include <sstream>
#include <stdint.h>
#include <string>
Go to the source code of this file.
Macros | |
#define | NS_PCAP_TEST_EXPECT_EQ(filename) |
Test that a pair of reference/new pcap files are equal. | |
#define NS_PCAP_TEST_EXPECT_EQ | ( | filename | ) |
Test that a pair of reference/new pcap files are equal.
The filename is interpreted as a stream.
filename | The name of the file to read in the reference/temporary directories |
Definition at line 28 of file pcap-test.h.
Referenced by ChainRegressionTest::CheckResults(), FlameRegressionTest::CheckResults(), HwmpDoRfRegressionTest::CheckResults(), HwmpProactiveRegressionTest::CheckResults(), HwmpReactiveRegressionTest::CheckResults(), HwmpSimplestRegressionTest::CheckResults(), and PeerManagementProtocolRegressionTest::CheckResults().