Class TestNGMethodFinder

  • All Implemented Interfaces:
    ITestMethodFinder

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