Interface IWeaveXml

All Known Implementing Classes:
CommentDisabledXmlWeaver, DefaultXmlWeaver

public interface IWeaveXml
Represents the capabilities of a XML serialiser (As string)
  • Method Details

    • asXml

      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

      String asXml(XmlTest xmlTest, 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