Uses of Interface
org.testng.ITestMethodFinder
-
Packages that use ITestMethodFinder Package Description org.testng org.testng.internal org.testng.junit -
-
Uses of ITestMethodFinder in org.testng
Fields in org.testng declared as ITestMethodFinder Modifier and Type Field Description private ITestMethodFinder
TestClass. testMethodFinder
Methods in org.testng that return ITestMethodFinder Modifier and Type Method Description ITestMethodFinder
TestClass. getTestMethodFinder()
Methods in org.testng with parameters of type ITestMethodFinder Modifier and Type Method Description private void
TestClass. init(IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass)
Constructors in org.testng with parameters of type ITestMethodFinder Constructor Description TestClass(IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, RunInfo runInfo, XmlTest xmlTest, XmlClass xmlClass)
-
Uses of ITestMethodFinder in org.testng.internal
Classes in org.testng.internal that implement ITestMethodFinder Modifier and Type Class Description class
TestNGMethodFinder
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 Modifier and Type Class Description class
JUnitMethodFinder
This class locates all test and configuration methods according to JUnit.
-