Inheritance diagram for ns3::LteEarfcnUlTestCase:
Collaboration diagram for ns3::LteEarfcnUlTestCase:Public Member Functions | |
| LteEarfcnUlTestCase (const char *str, uint16_t earfcn, double f) | |
Public Member Functions inherited from ns3::LteEarfcnTestCase | |
| LteEarfcnTestCase (const char *str, uint16_t earfcn, double f) | |
| virtual | ~LteEarfcnTestCase () |
Public Member Functions inherited from ns3::TestCase | |
| virtual | ~TestCase () |
Private Member Functions | |
| virtual void | DoRun (void) |
Additional Inherited Members | |
Protected Member Functions inherited from ns3::TestCase | |
| 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) |
Protected Attributes inherited from ns3::LteEarfcnTestCase | |
| uint16_t | m_earfcn |
| double | m_f |
Definition at line 91 of file lte-test-earfcn.cc.
| ns3::LteEarfcnUlTestCase::LteEarfcnUlTestCase | ( | const char * | str, |
| uint16_t | earfcn, | ||
| double | f | ||
| ) |
Definition at line 100 of file lte-test-earfcn.cc.
|
privatevirtual |
Definition at line 106 of file lte-test-earfcn.cc.
References ns3::LteSpectrumValueHelper::GetUplinkCarrierFrequency(), ns3::LteEarfcnTestCase::m_earfcn, ns3::LteEarfcnTestCase::m_f, and NS_TEST_ASSERT_MSG_EQ_TOL.
Here is the call graph for this function: