21 void testCreationWithDefault();
22 void testGetDefaultName();
24 void testSerializationWithDefault();
25 void testCopyWithDefault();
26 void testCloneWithDefault();
29 void testCreationNoDefault();
33 void testFixedNameCreation();
34 void testFixedNameBehavior();
36 void cleanupTestCase();
39 std::shared_ptr<CNameParamComponentTest> m_testInstancePtr;