public void Parse_Annotated_ReturnsDocumentType() { TestParse("SomeAnnotatedDocumentType", "DocumentType", TestFactory.CreateExpectedDocumentType(), new AnnotatedParserFactory()); }
public void Serialize_DocumentType_WritesDocumentType() { TestSerialize(TestFactory.CreateExpectedDocumentType(), "SomeDocumentType"); }
public void Parse_ReturnsDocumentType() { TestParse("SomeDocumentType", "DocumentType", TestFactory.CreateExpectedDocumentType(), new DefaultParserFactory()); }
public void Deserialize_DocumentType_ReturnsDocumentType() { TestDeserialize("SomeDocumentType", TestFactory.CreateExpectedDocumentType()); }