public XmlTest(XmlSuite suite) { init(suite, 0); }
/** * Constructs a <code>XmlTest</code> and adds it to suite's list of tests. * * @param suite the parent suite. * @param index the index of this test tag in testng.xml */ public XmlTest(XmlSuite suite, int index) { init(suite, index); }