23 #include <ns3/antenna-model.h>
34 static std::string BuildNameString (Vector v);
38 virtual void DoRun (
void);
46 std::ostringstream oss;
77 virtual void DoRun (
void);
86 std::ostringstream oss;
87 oss <<
" v = " << v <<
", o = " << o;
virtual void DoRun(void)
Implementation to actually run this TestCase.
OneVectorConstructorTestCase(Vector v, Angles a)
static std::string BuildNameString(Vector v)
TwoVectorsConstructorTestCase(Vector v, Vector o, Angles a)
virtual void DoRun(void)
Implementation to actually run this TestCase.
static std::string BuildNameString(Vector v, Vector o)
Class holding the azimuth and inclination angles of spherical coordinates.
double GetInclination(void) const
Getter for inclination angle.
double GetAzimuth(void) const
Getter for azimuth angle.
void AddTestCase(TestCase *testCase, TestDuration duration=QUICK)
Add an individual child TestCase to this test suite.
Vector3D Vector
Vector alias typedef for compatibility with mobility models.
#define NS_TEST_EXPECT_MSG_EQ_TOL(actual, limit, tol, msg)
Test that actual and expected (limit) values are equal to plus or minus some tolerance and report if ...
Every class exported by the ns3 library is enclosed in the ns3 namespace.
static AnglesTestSuite staticAnglesTestSuiteInstance