Tests: Static variables documentation

This commit is contained in:
Tommaso Pecorella
2017-01-29 03:25:01 +01:00
parent 4e9537008a
commit 15ce1bc8bb
13 changed files with 13 additions and 13 deletions

View File

@@ -98,4 +98,4 @@ HistogramTestSuite::HistogramTestSuite ()
AddTestCase (new HistogramTestCase, TestCase::QUICK);
}
static HistogramTestSuite g_HistogramTestSuite;
static HistogramTestSuite g_HistogramTestSuite; //!< Static variable for test initialization

View File

@@ -232,4 +232,4 @@ LrWpanAckTestSuite::LrWpanAckTestSuite ()
AddTestCase (new LrWpanAckTestCase, TestCase::QUICK);
}
static LrWpanAckTestSuite g_lrWpanAckTestSuite;
static LrWpanAckTestSuite g_lrWpanAckTestSuite; //!< Static variable for test initialization

View File

@@ -312,4 +312,4 @@ LrWpanCcaTestSuite::LrWpanCcaTestSuite ()
AddTestCase (new LrWpanCcaTestCase, TestCase::QUICK);
}
static LrWpanCcaTestSuite g_lrWpanCcaTestSuite;
static LrWpanCcaTestSuite g_lrWpanCcaTestSuite; //!< Static variable for test initialization

View File

@@ -242,4 +242,4 @@ LrWpanCollisionTestSuite::LrWpanCollisionTestSuite ()
AddTestCase (new LrWpanCollisionTestCase, TestCase::QUICK);
}
static LrWpanCollisionTestSuite g_lrWpanCollisionTestSuite;
static LrWpanCollisionTestSuite g_lrWpanCollisionTestSuite; //!< Static variable for test initialization

View File

@@ -272,4 +272,4 @@ LrWpanEdTestSuite::LrWpanEdTestSuite ()
AddTestCase (new LrWpanEdTestCase, TestCase::QUICK);
}
static LrWpanEdTestSuite g_lrWpanEdTestSuite;
static LrWpanEdTestSuite g_lrWpanEdTestSuite; //!< Static variable for test initialization

View File

@@ -217,4 +217,4 @@ LrWpanErrorModelTestSuite::LrWpanErrorModelTestSuite ()
AddTestCase (new LrWpanErrorDistanceTestCase, TestCase::QUICK);
}
static LrWpanErrorModelTestSuite g_lrWpanErrorModelTestSuite;
static LrWpanErrorModelTestSuite g_lrWpanErrorModelTestSuite; //!< Static variable for test initialization

View File

@@ -127,4 +127,4 @@ LrWpanPacketTestSuite::LrWpanPacketTestSuite ()
AddTestCase (new LrWpanPacketTestCase, TestCase::QUICK);
}
static LrWpanPacketTestSuite g_lrWpanPacketTestSuite;
static LrWpanPacketTestSuite g_lrWpanPacketTestSuite; //!< Static variable for test initialization

View File

@@ -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

View File

@@ -88,4 +88,4 @@ LrWpanSpectrumValueHelperTestSuite::LrWpanSpectrumValueHelperTestSuite ()
AddTestCase (new LrWpanSpectrumValueHelperTestCase, TestCase::QUICK);
}
static LrWpanSpectrumValueHelperTestSuite g_lrWpanSpectrumValueHelperTestSuite;
static LrWpanSpectrumValueHelperTestSuite g_lrWpanSpectrumValueHelperTestSuite; //!< Static variable for test initialization

View File

@@ -480,4 +480,4 @@ SixlowpanFragmentationTestSuite::SixlowpanFragmentationTestSuite ()
AddTestCase (new SixlowpanFragmentationTest (), TestCase::QUICK);
}
static SixlowpanFragmentationTestSuite g_sixlowpanFragmentationTestSuite;
static SixlowpanFragmentationTestSuite g_sixlowpanFragmentationTestSuite; //!< Static variable for test initialization

View File

@@ -229,4 +229,4 @@ SixlowpanHc1TestSuite::SixlowpanHc1TestSuite ()
AddTestCase (new SixlowpanHc1ImplTest (), TestCase::QUICK);
}
static SixlowpanHc1TestSuite g_sixlowpanHc1TestSuite;
static SixlowpanHc1TestSuite g_sixlowpanHc1TestSuite; //!< Static variable for test initialization

View File

@@ -233,4 +233,4 @@ SixlowpanIphcTestSuite::SixlowpanIphcTestSuite ()
AddTestCase (new SixlowpanIphcImplTest (), TestCase::QUICK);
}
static SixlowpanIphcTestSuite g_sixlowpanIphcTestSuite;
static SixlowpanIphcTestSuite g_sixlowpanIphcTestSuite; //!< Static variable for test initialization

View File

@@ -101,4 +101,4 @@ RocketfuelTopologyReaderTestSuite::RocketfuelTopologyReaderTestSuite ()
AddTestCase (new RocketfuelTopologyReaderTest (), TestCase::QUICK);
}
static RocketfuelTopologyReaderTestSuite g_rocketfuelTopologyReaderTestSuite;
static RocketfuelTopologyReaderTestSuite g_rocketfuelTopologyReaderTestSuite; //!< Static variable for test initialization