Class TestNGMethodFinder

java.lang.Object
org.testng.internal.TestNGMethodFinder
All Implemented Interfaces:
ITestMethodFinder

public class TestNGMethodFinder extends Object implements ITestMethodFinder
The default strategy for finding test methods: look up annotations @Test in front of methods.