public virtual void TestChiSampleXml2() { MessageValidatorResult result = ValidateWithActualService("Test 2 PORX_IN000003CA.xml"); AssertNoErrors("result", result.GetHl7Errors()); }
public virtual void TestValidationOfUnknownType() { MessageValidatorResult result = ValidateWithMockService("COMT_IN700001CA.xml"); Assert.AreEqual(1, result.GetHl7Errors().Count, "result"); }
public virtual void TestValidationWithNullFlavor() { MessageValidatorResult result = ValidateWithMockService("PRPA_IN101101CA_with_nullFlavor.xml"); AssertNoErrors("result", result.GetHl7Errors()); }
public virtual void TestValidationNoFailureDueToSchemaLocation() { MessageValidatorResult result = ValidateWithMockService("PRPA_IN101101CA_with_schema_location.xml"); AssertNoErrors("result", result.GetHl7Errors()); }