Exemplo n.º 1
0
        public virtual void TestChiSampleXml2()
        {
            MessageValidatorResult result = ValidateWithActualService("Test 2 PORX_IN000003CA.xml");

            AssertNoErrors("result", result.GetHl7Errors());
        }
Exemplo n.º 2
0
        public virtual void TestValidationOfUnknownType()
        {
            MessageValidatorResult result = ValidateWithMockService("COMT_IN700001CA.xml");

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

            AssertNoErrors("result", result.GetHl7Errors());
        }
Exemplo n.º 4
0
        public virtual void TestValidationNoFailureDueToSchemaLocation()
        {
            MessageValidatorResult result = ValidateWithMockService("PRPA_IN101101CA_with_schema_location.xml");

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