Package org.testng.xml
Interface IWeaveXml
- All Known Implementing Classes:
CommentDisabledXmlWeaver,DefaultXmlWeaver
public interface IWeaveXml
Represents the capabilities of a XML serializer (As string)
-
Method Summary
-
Method Details
-
asXml
Helps represent the contents ofXmlSuiteas a String.- Parameters:
xmlSuite- - TheXmlSuitethat needs to be transformed to a String.- Returns:
- - The String representation
-
asXml
Helps represent the contents ofXmlTestas a String.- Parameters:
xmlTest- - TheXmlTestthat needs to be transformed to a String.indent- - The indentation.- Returns:
- - The String representation
-