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 void
TestClass.init
(IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass) Constructors in org.testng with parameters of type ITestMethodFinderModifierConstructorDescriptionprotected
TestClass
(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 TypeClassDescriptionclass
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 ITestMethodFinderModifier and TypeClassDescriptionclass
This class locates all test and configuration methods according to JUnit.