|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITestMethodFinder | |
---|---|
org.testng | |
org.testng.internal | |
org.testng.junit |
Uses of ITestMethodFinder in org.testng |
---|
Methods in org.testng that return ITestMethodFinder | |
---|---|
ITestMethodFinder |
TestClass.getTestMethodFinder()
|
Constructors in org.testng with parameters of type ITestMethodFinder | |
---|---|
TestClass(IClass cls,
java.lang.String testName,
ITestMethodFinder testMethodFinder,
IAnnotationFinder annotationFinder,
RunInfo runInfo)
|
Uses of ITestMethodFinder in org.testng.internal |
---|
Classes in org.testng.internal that implement ITestMethodFinder | |
---|---|
class |
TestNGMethodFinder<ITestNGMetthod>
The default strategy for finding test methods: look up annotations @Test in front of methods. |
Uses of ITestMethodFinder in org.testng.junit |
---|
Classes in org.testng.junit that implement ITestMethodFinder | |
---|---|
class |
JUnitMethodFinder
This class locates all test and configuration methods according to JUnit. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |