示例#1
0
        public virtual void TestChiSampleXml2()
        {
            MessageValidatorResult result = ValidateWithActualService("Test 2 PORX_IN000003CA.xml");

            AssertNoErrors("result", result.GetHl7Errors());
        }
示例#2
0
        public virtual void TestValidationOfUnknownType()
        {
            MessageValidatorResult result = ValidateWithMockService("COMT_IN700001CA.xml");

            Assert.AreEqual(1, result.GetHl7Errors().Count, "result");
        }
示例#3
0
        public virtual void TestValidationWithNullFlavor()
        {
            MessageValidatorResult result = ValidateWithMockService("PRPA_IN101101CA_with_nullFlavor.xml");

            AssertNoErrors("result", result.GetHl7Errors());
        }
示例#4
0
        public virtual void TestValidationNoFailureDueToSchemaLocation()
        {
            MessageValidatorResult result = ValidateWithMockService("PRPA_IN101101CA_with_schema_location.xml");

            AssertNoErrors("result", result.GetHl7Errors());
        }