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