| ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
---|---|
com.beust.testng.TestNG Use org.testng.TestNG | |
com.beust.testng.TestNGAntTask Use org.testng.TestNGAntTask |
Deprecated Annotation Types | |
---|---|
org.testng.annotations.Configuration Use @BeforeSuite, @AfterSuite, @BeforeTest, @AfterTest, \@BeforeGroups, @AfterGroups, @BeforeClass, @AfterClass, @BeforeMethod, \@AfterMethod | |
org.testng.annotations.ExpectedExceptions Use @Test(expectedExceptions = "...") |
Deprecated Annotation Type Elements | |
---|---|
org.testng.annotations.Test.parameters Use @Parameters | |
org.testng.annotations.Factory.parameters Use @Parameters | |
org.testng.annotations.Configuration.parameters Use @Parameters | |
org.testng.annotations.Test.sequential Use singleThreaded |
| ||||||||||
PREV NEXT | FRAMES NO FRAMES |