| Interface and Description |
|---|
| org.testng.IExtraOutput
Not used
|
| Class and 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 and Description |
|---|
| org.testng.xml.XmlSuite.ParallelMode.FALSE |
| org.testng.xml.XmlSuite.ParallelMode.TRUE |
| Annotation Type Element and Description |
|---|
| org.testng.annotations.Test.parameters
Use @Parameters
|
| org.testng.annotations.Factory.parameters
Use @Parameters
|
| org.testng.annotations.Test.sequential
Use singleThreaded
|