Index: vhUnitTest/TECH/ObjectUtils/ObjectConverter.cls.xml =================================================================== diff -u -r2202 -r2209 --- vhUnitTest/TECH/ObjectUtils/ObjectConverter.cls.xml (.../ObjectConverter.cls.xml) (revision 2202) +++ vhUnitTest/TECH/ObjectUtils/ObjectConverter.cls.xml (.../ObjectConverter.cls.xml) (revision 2209) @@ -88,7 +88,7 @@ ]]> - + + +") + do $$$AssertContains(ExceptionList.GetAt(1).GeefOmschrijving(),"*OnbestaandeProperty") + } + } +]]> + + @@ -168,9 +196,10 @@ if $$$AssertEquals(ExceptionList.Count(),1) { do $$$AssertEquals(ExceptionList.GetAt(1).%ClassName(1),"TECH.ObjectUtils.ObjectConverterPropertyException") do $$$AssertEquals(ExceptionList.GetAt(1).GeefOmschrijving(),"Invalid output validation. Value 'InvalidValue' not valid for 'AsEnumeration' on 'vhUnitTest.TECH.ObjectUtils.ObjectConverter.Object'.") + do $$$AssertEquals(ExceptionList.GetAt(1).PropertyNameFrom,"AsString") + do $$$AssertEquals(ExceptionList.GetAt(1).PropertyNameTo,"AsEnumeration") do $$$AssertTrue(ExceptionList.GetAt(1).IsOutput()) do $$$AssertFalse(ExceptionList.GetAt(1).IsInput()) - } } ]]>