// The empty constructor should not call the base constructor // Otherwise the document will be initialized after empty construction and the factory will initialize it again public TestDocument() { Metadata = new TestMetadata(); ContentProvider = new NullContent(); }
public TestDocument() { Metadata = new TestMetadata(); }