Пример #1
0
 public XmlTest(XmlSuite suite) {
   init(suite, 0);
 }
Пример #2
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);
 }