Package org.testng.xml
Interface IWeaveXml
-
- All Known Implementing Classes:
CommentDisabledXmlWeaver,DefaultXmlWeaver
public interface IWeaveXmlRepresents the capabilities of a XML serialiser (As string)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringasXml(XmlSuite xmlSuite)Helps represent the contents ofXmlSuiteas a String.java.lang.StringasXml(XmlTest xmlTest, java.lang.String indent)Helps represent the contents ofXmlTestas a String.
-