#include "ns3/test.h"#include "ns3/nstime.h"#include "ns3/node.h"#include "ns3/traced-callback.h"#include "ns3/node-container.h"#include "ns3/application-container.h"#include "ns3/simple-net-device-helper.h"#include "ns3/string.h"#include "ns3/uinteger.h"#include "ns3/boolean.h"#include "ns3/internet-stack-helper.h"#include "ns3/ipv4-address.h"#include "ns3/inet-socket-address.h"#include "ns3/ipv4-address-helper.h"#include "ns3/ipv4-interface-container.h"#include "ns3/bulk-send-application.h"#include "ns3/bulk-send-helper.h"#include "ns3/packet-sink.h"#include "ns3/packet-sink-helper.h" Include dependency graph for bulk-send-application-test-suite.cc:
 Include dependency graph for bulk-send-application-test-suite.cc:Go to the source code of this file.
| Classes | |
| class | BulkSendBasicTestCase | 
| Basic test, checks that the right quantity of packets are sent and received.  More... | |
| class | BulkSendSeqTsSizeTestCase | 
| This test checks that the sequence number is sent and received in sequence despite the sending application having to pause and restart its sending due to a temporarily full transmit buffer.  More... | |
| class | BulkSendTestSuite | 
| BulkSend TestSuite.  More... | |
| Variables | |
| static BulkSendTestSuite | g_bulkSendTestSuite | 
| Static variable for test initialization.  More... | |
| 
 | static | 
Static variable for test initialization.
Definition at line 272 of file bulk-send-application-test-suite.cc.