All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.testng.xml.CommentDisabledXmlWeaver Maven / Gradle / Ivy

There is a newer version: 7.10.1
Show newest version
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