Classes | |
struct | TestVector |
Public Member Functions | |
TwoRayGroundPropagationLossModelTestCase () | |
virtual | ~TwoRayGroundPropagationLossModelTestCase () |
![]() | |
virtual | ~TestCase () |
Private Member Functions | |
virtual void | DoRun (void) |
Private Attributes | |
TestVectors< TestVector > | m_testVectors |
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 134 of file propagation-loss-model-test-suite.cc.
TwoRayGroundPropagationLossModelTestCase::TwoRayGroundPropagationLossModelTestCase | ( | ) |
Definition at line 154 of file propagation-loss-model-test-suite.cc.
|
virtual |
Definition at line 160 of file propagation-loss-model-test-suite.cc.
|
privatevirtual |
Definition at line 165 of file propagation-loss-model-test-suite.cc.
References ns3::TestVectors< T >::Add(), ns3::TestVectors< T >::Get(), ns3::TestVectors< T >::GetN(), TwoRayGroundPropagationLossModelTestCase::TestVector::m_position, TwoRayGroundPropagationLossModelTestCase::TestVector::m_pr, TwoRayGroundPropagationLossModelTestCase::TestVector::m_pt, m_testVectors, TwoRayGroundPropagationLossModelTestCase::TestVector::m_tolerance, NS_TEST_EXPECT_MSG_EQ_TOL, ns3::Config::SetDefault(), and ns3::MobilityModel::SetPosition().
|
private |
Definition at line 151 of file propagation-loss-model-test-suite.cc.
Referenced by DoRun().