| Interface | Description |
|---|---|
| org.testng.IExtraOutput |
Not used
|
| Class | Description |
|---|---|
| org.testng.internal.annotations.Converter |
Unused
|
| org.testng.reporters.JqReporter |
Use
Main instead |
| com.beust.testng.TestNG |
Use org.testng.TestNG
|
| org.testng.TestNG.ExitCodeListener |
| Enum Constant | Description |
|---|---|
| org.testng.xml.XmlSuite.ParallelMode.FALSE | |
| org.testng.xml.XmlSuite.ParallelMode.TRUE |
| Annotation Type Element | Description |
|---|---|
| org.testng.annotations.Factory.parameters() |
Use @Parameters
|
| org.testng.annotations.Test.parameters() |
Use @Parameters
|
| org.testng.annotations.Test.sequential() |
Use singleThreaded
|