Class XmlResources

java.lang.Object
com.palantir.gradle.failurereports.util.XmlResources

public final class XmlResources extends Object
  • Method Details

    • writeXml

      public static <T> void writeXml(File xmlFile, T testSuite) throws IOException
      Throws:
      IOException
    • readXml

      public static <T> T readXml(File xmlFile, Class<T> cls) throws IOException
      Throws:
      IOException
    • readXml

      public static <T> T readXml(String xmlString, Class<T> cls) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException