Uses of Interface
org.testng.ITestMethodFinder
Packages that use ITestMethodFinder
-
Uses of ITestMethodFinder in org.testng
Fields in org.testng declared as ITestMethodFinderMethods in org.testng that return ITestMethodFinderMethods in org.testng with parameters of type ITestMethodFinderModifier and TypeMethodDescriptionprivate voidTestClass.init(IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass) Constructors in org.testng with parameters of type ITestMethodFinderModifierConstructorDescriptionprotectedTestClass(ITestObjectFactory objectFactory, IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass, String errorMsgPrefix) -
Uses of ITestMethodFinder in org.testng.internal
Classes in org.testng.internal that implement ITestMethodFinderModifier and TypeClassDescriptionclassThe 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
7.7.0