Uses of Interface
org.testng.ITestMethodFinder

Packages that use ITestMethodFinder
org.testng   
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, String testName, ITestMethodFinder testMethodFinder, org.testng.internal.annotations.IAnnotationFinder annotationFinder, org.testng.internal.RunInfo runInfo, XmlTest xmlTest, XmlClass xmlClass)
           
 

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.
 



Copyright © 2010. All Rights Reserved.