23 void testTextDocumentCreation();
24 void testTextDocumentGetSet();
25 void testTextDocumentDefaultText();
26 void testTextDocumentSerialization();
29 void testUndoManagerCreation();
30 void testUndoManagerUndoRedo();
31 void testUndoManagerMultipleSteps();
32 void testUndoManagerMaxBufferSize();
33 void testUndoManagerReset();
34 void testUndoManagerStateComparison();
37 void testDocumentTemplateCreation();
38 void testDocumentTemplateCreateDocument();
39 void testDocumentTemplateAttributes();
41 void cleanupTestCase();
44 std::shared_ptr<CDocumentManagementComponentTest> m_testInstanceCompPtr;
Simple interface for a text document.