Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
N/A
Description
I use XML Beans and TestNG but have to custom handler for tests, it's not a simple one liner to check it valid and if invalid output the problems.
So I've writting a AssertXML.assert[Valid|Invalid](XmlObject actual[, String message])
Not sure where it should live in XMLBeans, maybe it's own maven artifact. Or maybe it should exist in TestNG or JUnit... I've not idea so I thought I'ld start here.
Check out the file at https://gist.github.com/2303747
John