org.testng.xml.CommentDisabledXmlWeaver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testng Show documentation
Show all versions of testng Show documentation
Testing framework for Java
package org.testng.xml;
/**
* This class provides String representation of both {@link XmlSuite} and {@link XmlTest} without
* adding an XML comment as the test name and suite name at the end of the corresponding tags.
*/
final class CommentDisabledXmlWeaver extends DefaultXmlWeaver {
CommentDisabledXmlWeaver() {
super("");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy