Test case for LengthValue attribute. More...
Classes | |
class | TestObject |
Class with Length attribute. More... | |
Public Member Functions | |
LengthValueTestCase () | |
Default Constructor. More... | |
virtual | ~LengthValueTestCase () |
Destructor. More... | |
Public Member Functions inherited from ns3::TestCase | |
TestCase (const TestCase &)=delete | |
virtual | ~TestCase () |
Destructor. More... | |
std::string | GetName (void) const |
TestCase & | operator= (const TestCase &)=delete |
Private Member Functions | |
virtual void | DoRun () |
Implementation to actually run this TestCase. More... | |
void | TestAttributeConstructor () |
Test that a LengthValue can be constructed from a Length instance. More... | |
void | TestAttributeDeserialization () |
Test that a LengthValue can be deserialized from a string. More... | |
void | TestAttributeSerialization () |
Test that a LengthValue can be serialized to a string. More... | |
void | TestObjectAttribute () |
Test that a LengthValue works as an attribute. More... | |
void | TestSetAttributeUsingStringValue () |
Test that a StringValue is converted to LengthValue. More... | |
Additional Inherited Members | |
Public Types inherited from ns3::TestCase | |
enum | TestDuration { QUICK = 1 , EXTENSIVE = 2 , TAKES_FOREVER = 3 } |
How long the test takes to execute. More... | |
Protected Member Functions inherited from ns3::TestCase | |
TestCase (std::string name) | |
Constructor. More... | |
void | AddTestCase (TestCase *testCase, TestDuration duration=QUICK) |
Add an individual child TestCase to this test suite. More... | |
TestCase * | GetParent () const |
Get the parent of this TestCsse. More... | |
bool | IsStatusFailure (void) const |
Check if any tests failed. More... | |
bool | IsStatusSuccess (void) const |
Check if all tests passed. More... | |
void | SetDataDir (std::string directory) |
Set the data directory where reference trace files can be found. More... | |
void | ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line) |
Log the failure of this TestCase. More... | |
bool | MustAssertOnFailure (void) const |
Check if this run should assert on failure. More... | |
bool | MustContinueOnFailure (void) const |
Check if this run should continue on failure. More... | |
std::string | CreateDataDirFilename (std::string filename) |
Construct the full path to a file in the data directory. More... | |
std::string | CreateTempDirFilename (std::string filename) |
Construct the full path to a file in a temporary directory. More... | |
Test case for LengthValue attribute.
Definition at line 1475 of file length-test-suite.cc.
|
inline |
Default Constructor.
Definition at line 1481 of file length-test-suite.cc.
|
inlinevirtual |
Destructor.
Definition at line 1488 of file length-test-suite.cc.
|
privatevirtual |
Implementation to actually run this TestCase.
Subclasses should override this method to conduct their tests.
Implements ns3::TestCase.
Definition at line 1635 of file length-test-suite.cc.
|
private |
Test that a LengthValue can be constructed from a Length instance.
Definition at line 1561 of file length-test-suite.cc.
References ns3::KiloMeters(), and NS_TEST_ASSERT_MSG_EQ.
|
private |
Test that a LengthValue can be deserialized from a string.
Definition at line 1584 of file length-test-suite.cc.
References ns3::KiloMeters(), ns3::MakeLengthChecker(), NS_TEST_ASSERT_MSG_EQ, and test-ns3::result.
|
private |
Test that a LengthValue can be serialized to a string.
Definition at line 1570 of file length-test-suite.cc.
References ns3::KiloMeters(), ns3::MakeLengthChecker(), and NS_TEST_ASSERT_MSG_EQ.
|
private |
Test that a LengthValue works as an attribute.
Definition at line 1602 of file length-test-suite.cc.
References ns3::LengthValue::Get(), and NS_TEST_ASSERT_MSG_EQ.
|
private |
Test that a StringValue is converted to LengthValue.
Definition at line 1617 of file length-test-suite.cc.
References ns3::Length::As(), ns3::LengthValue::Get(), and NS_TEST_ASSERT_MSG_EQ.