Public Member Functions | |
TwoVectorsConstructorTestCase (Vector v, Vector o, Angles a) | |
![]() | |
virtual | ~TestCase () |
Static Public Member Functions | |
static std::string | BuildNameString (Vector v, Vector o) |
Private Member Functions | |
virtual void | DoRun (void) |
Private Attributes | |
Angles | m_a |
Vector | m_o |
Vector | m_v |
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 71 of file test-angles.cc.
Definition at line 93 of file test-angles.cc.
Definition at line 85 of file test-angles.cc.
|
privatevirtual |
Definition at line 102 of file test-angles.cc.
References m_a, m_o, m_v, NS_TEST_EXPECT_MSG_EQ_TOL, ns3::Angles::phi, and ns3::Angles::theta.
|
private |
Definition at line 82 of file test-angles.cc.
Referenced by DoRun().
|
private |
Definition at line 81 of file test-angles.cc.
Referenced by DoRun().
|
private |
Definition at line 80 of file test-angles.cc.
Referenced by DoRun().