| Package | Description |
|---|---|
| org.testng.internal | |
| org.testng.junit |
| Modifier and Type | Class | Description |
|---|---|---|
class |
TestNGMethodFinder |
The default strategy for finding test methods: look up
annotations @Test in front of methods.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JUnitMethodFinder |
This class locates all test and configuration methods according to JUnit.
|