createDocument method
Starts the process for configuring and pumping a new SuperEditor.
Use the returned TestDocumentSelector to continue configuring the SuperEditor.
Implementation
TestDocumentSelector createDocument() {
return TestDocumentSelector(this);
}