createDocument method

TestDocumentSelector createDocument()

Starts the process for configuring and pumping a new SuperReader.

Use the returned TestDocumentSelector to continue configuring the SuperReader.

Implementation

TestDocumentSelector createDocument() {
  return TestDocumentSelector(this);
}