21 void testCreationDefaultEnabled();
22 void testGetEnabledState();
23 void testSetEnabled();
24 void testToggleEnabled();
25 void testSerializationEnabled();
26 void testCopyEnabled();
27 void testCloneEnabled();
30 void testCreationDefaultDisabled();
31 void testDisabledState();
32 void testSerializationDisabled();
34 void cleanupTestCase();
37 std::shared_ptr<CEnableableParamComponentTest> m_testInstancePtr;