21 void testCreationWithDefault();
22 void testGetDefaultText();
24 void testSerializationWithDefault();
25 void testCopyWithDefault();
26 void testCloneWithDefault();
29 void testCreationNoDefault();
31 void testSerializationNoDefault();
34 void testReadOnlyCreation();
35 void testReadOnlyBehavior();
36 void testReadOnlySerialization();
39 void testNoSerializationParam();
41 void cleanupTestCase();
44 std::shared_ptr<CTextParamComponentTest> m_testInstancePtr;
Interface for an object containing simple text.