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