Interface IWeaveXml


  • public interface IWeaveXml
    Represents the capabilities of a XML serializer (As string)
    • Method Detail

      • asXml

        java.lang.String asXml​(XmlSuite xmlSuite)
        Helps represent the contents of XmlSuite as a String.
        Parameters:
        xmlSuite - - The XmlSuite that needs to be transformed to a String.
        Returns:
        - The String representation
      • asXml

        java.lang.String asXml​(XmlTest xmlTest,
                               java.lang.String indent)
        Helps represent the contents of XmlTest as a String.
        Parameters:
        xmlTest - - The XmlTest that needs to be transformed to a String.
        indent - - The indentation.
        Returns:
        - The String representation