static <T> T
readXml(File xmlFile, Class<T> cls)
readXml(String xmlString, Class<T> cls)
static <T> void
writeXml(File xmlFile, T testSuite)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
IOException
com.fasterxml.jackson.core.JsonProcessingException