Class VecValidation
java.lang.Object
com.foursoft.harness.vec.v113.validation.VecValidation
Validate VEC data.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidvalidateXML(String xmlContent, Consumer<String> consumer, boolean detailedLog) Validates a xml string against the vec schema
-
Method Details
-
validateXML
Validates a xml string against the vec schema- Parameters:
xmlContent- the xml contentconsumer- to display scheme violations.detailedLog- if true and error happens a detailed log is written, use always true in tests !
-