Tests: Static variables documentation
This commit is contained in:
@@ -98,4 +98,4 @@ HistogramTestSuite::HistogramTestSuite ()
|
||||
AddTestCase (new HistogramTestCase, TestCase::QUICK);
|
||||
}
|
||||
|
||||
static HistogramTestSuite g_HistogramTestSuite;
|
||||
static HistogramTestSuite g_HistogramTestSuite; //!< Static variable for test initialization
|
||||
|
||||
@@ -232,4 +232,4 @@ LrWpanAckTestSuite::LrWpanAckTestSuite ()
|
||||
AddTestCase (new LrWpanAckTestCase, TestCase::QUICK);
|
||||
}
|
||||
|
||||
static LrWpanAckTestSuite g_lrWpanAckTestSuite;
|
||||
static LrWpanAckTestSuite g_lrWpanAckTestSuite; //!< Static variable for test initialization
|
||||
|
||||
@@ -312,4 +312,4 @@ LrWpanCcaTestSuite::LrWpanCcaTestSuite ()
|
||||
AddTestCase (new LrWpanCcaTestCase, TestCase::QUICK);
|
||||
}
|
||||
|
||||
static LrWpanCcaTestSuite g_lrWpanCcaTestSuite;
|
||||
static LrWpanCcaTestSuite g_lrWpanCcaTestSuite; //!< Static variable for test initialization
|
||||
|
||||
@@ -242,4 +242,4 @@ LrWpanCollisionTestSuite::LrWpanCollisionTestSuite ()
|
||||
AddTestCase (new LrWpanCollisionTestCase, TestCase::QUICK);
|
||||
}
|
||||
|
||||
static LrWpanCollisionTestSuite g_lrWpanCollisionTestSuite;
|
||||
static LrWpanCollisionTestSuite g_lrWpanCollisionTestSuite; //!< Static variable for test initialization
|
||||
|
||||
@@ -272,4 +272,4 @@ LrWpanEdTestSuite::LrWpanEdTestSuite ()
|
||||
AddTestCase (new LrWpanEdTestCase, TestCase::QUICK);
|
||||
}
|
||||
|
||||
static LrWpanEdTestSuite g_lrWpanEdTestSuite;
|
||||
static LrWpanEdTestSuite g_lrWpanEdTestSuite; //!< Static variable for test initialization
|
||||
|
||||
@@ -217,4 +217,4 @@ LrWpanErrorModelTestSuite::LrWpanErrorModelTestSuite ()
|
||||
AddTestCase (new LrWpanErrorDistanceTestCase, TestCase::QUICK);
|
||||
}
|
||||
|
||||
static LrWpanErrorModelTestSuite g_lrWpanErrorModelTestSuite;
|
||||
static LrWpanErrorModelTestSuite g_lrWpanErrorModelTestSuite; //!< Static variable for test initialization
|
||||
|
||||
@@ -127,4 +127,4 @@ LrWpanPacketTestSuite::LrWpanPacketTestSuite ()
|
||||
AddTestCase (new LrWpanPacketTestCase, TestCase::QUICK);
|
||||
}
|
||||
|
||||
static LrWpanPacketTestSuite g_lrWpanPacketTestSuite;
|
||||
static LrWpanPacketTestSuite g_lrWpanPacketTestSuite; //!< Static variable for test initialization
|
||||
|
||||
@@ -113,4 +113,4 @@ LrWpanPlmeAndPdInterfaceTestSuite::LrWpanPlmeAndPdInterfaceTestSuite ()
|
||||
}
|
||||
|
||||
// Do not forget to allocate an instance of this TestSuite
|
||||
static LrWpanPlmeAndPdInterfaceTestSuite g_lrWpanPlmeAndPdInterfaceTestSuite;
|
||||
static LrWpanPlmeAndPdInterfaceTestSuite g_lrWpanPlmeAndPdInterfaceTestSuite; //!< Static variable for test initialization
|
||||
|
||||
@@ -88,4 +88,4 @@ LrWpanSpectrumValueHelperTestSuite::LrWpanSpectrumValueHelperTestSuite ()
|
||||
AddTestCase (new LrWpanSpectrumValueHelperTestCase, TestCase::QUICK);
|
||||
}
|
||||
|
||||
static LrWpanSpectrumValueHelperTestSuite g_lrWpanSpectrumValueHelperTestSuite;
|
||||
static LrWpanSpectrumValueHelperTestSuite g_lrWpanSpectrumValueHelperTestSuite; //!< Static variable for test initialization
|
||||
|
||||
@@ -480,4 +480,4 @@ SixlowpanFragmentationTestSuite::SixlowpanFragmentationTestSuite ()
|
||||
AddTestCase (new SixlowpanFragmentationTest (), TestCase::QUICK);
|
||||
}
|
||||
|
||||
static SixlowpanFragmentationTestSuite g_sixlowpanFragmentationTestSuite;
|
||||
static SixlowpanFragmentationTestSuite g_sixlowpanFragmentationTestSuite; //!< Static variable for test initialization
|
||||
|
||||
@@ -229,4 +229,4 @@ SixlowpanHc1TestSuite::SixlowpanHc1TestSuite ()
|
||||
AddTestCase (new SixlowpanHc1ImplTest (), TestCase::QUICK);
|
||||
}
|
||||
|
||||
static SixlowpanHc1TestSuite g_sixlowpanHc1TestSuite;
|
||||
static SixlowpanHc1TestSuite g_sixlowpanHc1TestSuite; //!< Static variable for test initialization
|
||||
|
||||
@@ -233,4 +233,4 @@ SixlowpanIphcTestSuite::SixlowpanIphcTestSuite ()
|
||||
AddTestCase (new SixlowpanIphcImplTest (), TestCase::QUICK);
|
||||
}
|
||||
|
||||
static SixlowpanIphcTestSuite g_sixlowpanIphcTestSuite;
|
||||
static SixlowpanIphcTestSuite g_sixlowpanIphcTestSuite; //!< Static variable for test initialization
|
||||
|
||||
@@ -101,4 +101,4 @@ RocketfuelTopologyReaderTestSuite::RocketfuelTopologyReaderTestSuite ()
|
||||
AddTestCase (new RocketfuelTopologyReaderTest (), TestCase::QUICK);
|
||||
}
|
||||
|
||||
static RocketfuelTopologyReaderTestSuite g_rocketfuelTopologyReaderTestSuite;
|
||||
static RocketfuelTopologyReaderTestSuite g_rocketfuelTopologyReaderTestSuite; //!< Static variable for test initialization
|
||||
|
||||
Reference in New Issue
Block a user