Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.junit |
Modifier and Type | Field and Description |
---|---|
private ITestMethodFinder |
TestClass.testMethodFinder |
Modifier and Type | Method and Description |
---|---|
ITestMethodFinder |
TestClass.getTestMethodFinder() |
Modifier and Type | Method and Description |
---|---|
private void |
TestClass.init(IClass cls,
ITestMethodFinder testMethodFinder,
IAnnotationFinder annotationFinder,
XmlTest xmlTest,
XmlClass xmlClass) |
Constructor and Description |
---|
TestClass(IClass cls,
ITestMethodFinder testMethodFinder,
IAnnotationFinder annotationFinder,
XmlTest xmlTest,
XmlClass xmlClass,
java.lang.String errorMsgPrefix) |
Modifier and Type | Class and Description |
---|---|
class |
TestNGMethodFinder
The default strategy for finding test methods: look up annotations @Test in front of methods.
|
Modifier and Type | Class and Description |
---|---|
class |
JUnitMethodFinder
This class locates all test and configuration methods according to JUnit.
|