Uses of Interface
org.testng.ITestMethodFinder
-
Packages that use ITestMethodFinder Package Description org.testng.internal org.testng.junit -
-
Uses of ITestMethodFinder in org.testng.internal
Classes in org.testng.internal that implement ITestMethodFinder Modifier and Type Class Description class
TestNGMethodFinder
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 Modifier and Type Class Description class
JUnitMethodFinder
This class locates all test and configuration methods according to JUnit.
-