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 ITestMethodFinderTestClass. testMethodFinderMethods in org.testng that return ITestMethodFinder Modifier and Type Method Description ITestMethodFinderTestClass. getTestMethodFinder()Methods in org.testng with parameters of type ITestMethodFinder Modifier and Type Method Description private voidTestClass. 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, XmlTest xmlTest, XmlClass xmlClass, java.lang.String errorMsgPrefix) -
Uses of ITestMethodFinder in org.testng.internal
Classes in org.testng.internal that implement ITestMethodFinder Modifier and Type Class Description classTestNGMethodFinderThe 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 classJUnitMethodFinderThis class locates all test and configuration methods according to JUnit.
-