Uses of Interface
org.testng.ITestMethodFinder

Packages that use ITestMethodFinder
org.testng   
org.testng.internal   
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, java.lang.String testName, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, RunInfo runInfo)
           
 

Uses of ITestMethodFinder in org.testng.internal
 

Classes in org.testng.internal that implement ITestMethodFinder
 class TestNGMethodFinder<ITestNGMetthod>
          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
 class JUnitMethodFinder
          This class locates all test and configuration methods according to JUnit.
 



Copyright © 2010. All Rights Reserved.