| 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
|
| 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 = "...")
|
| 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.Configuration.parameters
Use @Parameters
|
| org.testng.annotations.Test.sequential
Use singleThreaded
|
Copyright © 2017. All rights reserved.