| Class and Description |
|---|
| com.beust.testng.TestNG
Use org.testng.TestNG
|
| com.beust.testng.TestNGAntTask
Use org.testng.TestNGAntTask
|
| Annotation Type and Description |
|---|
| org.testng.annotations.Configuration
Use @BeforeSuite, @AfterSuite, @BeforeTest, @AfterTest,
\@BeforeGroups, @AfterGroups, @BeforeClass, @AfterClass, @BeforeMethod,
\@AfterMethod
|
| org.testng.annotations.ExpectedExceptions
Use @Test(expectedExceptions = "...")
|
| Constructor and Description |
|---|
| org.testng.internal.ConfigurationMethod(Method, IAnnotationFinder, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String[], String[], Object)
use #ConfigurationMethod(ConstructorOrMethod,...) instead.
|
| Annotation Type Element and Description |
|---|
| org.testng.annotations.Configuration.parameters
Use @Parameters
|
| org.testng.annotations.Factory.parameters
Use @Parameters
|
| org.testng.annotations.Test.parameters
Use @Parameters
|
| org.testng.annotations.Test.sequential
Use singleThreaded
|