| Package | Description |
|---|---|
| org.testng.internal | |
| org.testng.junit |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConfigurationMethod |
|
class |
FactoryMethod |
This class represents a method annotated with @Factory
|
class |
TestNGMethod |
This class represents a test method.
|
| Modifier and Type | Method | Description |
|---|---|---|
BaseTestMethod |
TestNGMethod.clone() |
Clones the current
TestNGMethod and its @BeforeMethod and @AfterMethod methods. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
JUnit3TestMethod |
|
class |
JUnit4TestMethod |
|
class |
JUnitTestMethod |