Public Member Functions | |
AnimationInterfaceTestCase () | |
Constructor. | |
virtual | ~AnimationInterfaceTestCase () |
Destructor. | |
virtual void | DoRun (void) |
Run unit tests for this class. | |
![]() | |
virtual | ~TestCase () |
Additional Inherited Members | |
![]() | |
TestCase (std::string name) | |
void | AddTestCase (TestCase *testCase) |
Add an individual test case to this test suite. | |
std::string | CreateDataDirFilename (std::string filename) |
std::string | CreateTempDirFilename (std::string filename) |
bool | GetErrorStatus (void) const NS_DEPRECATED |
std::string | GetName (void) const |
bool | IsStatusFailure (void) const |
bool | IsStatusSuccess (void) const |
bool | MustAssertOnFailure (void) const |
bool | MustContinueOnFailure (void) const |
void | ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line) |
void | SetDataDir (std::string directory) |
Definition at line 32 of file netanim-test.cc.
ns3::AnimationInterfaceTestCase::AnimationInterfaceTestCase | ( | ) |
Constructor.
Definition at line 53 of file netanim-test.cc.
|
virtual |
Destructor.
Definition at line 58 of file netanim-test.cc.
|
virtual |
Run unit tests for this class.
Implements ns3::TestCase.
Definition at line 62 of file netanim-test.cc.
References ns3::Ipv4AddressHelper::Assign(), ns3::NodeContainer::Create(), ns3::Simulator::Destroy(), ns3::NodeContainer::Get(), ns3::Ipv4InterfaceContainer::GetAddress(), ns3::UdpEchoServerHelper::Install(), ns3::InternetStackHelper::Install(), NS_TEST_ASSERT_MSG_EQ, NS_TEST_ASSERT_MSG_NE, ns3::TestCase::Run(), ns3::Seconds(), ns3::UdpEchoClientHelper::SetAttribute(), ns3::Ipv4AddressHelper::SetBase(), ns3::AnimationInterface::SetConstantPosition(), ns3::PointToPointHelper::SetDeviceAttribute(), ns3::ApplicationContainer::Start(), and ns3::ApplicationContainer::Stop().