Class BaseTestMethod

java.lang.Object
org.testng.internal.BaseTestMethod
All Implemented Interfaces:
Cloneable, IInvocationStatus, ITestNGMethod
Direct Known Subclasses:
ConfigurationMethod, FactoryMethod, JUnitTestMethod, TestNGMethod

public abstract class BaseTestMethod extends Object implements ITestNGMethod, IInvocationStatus
Superclass to represent both @Test and @Configuration methods.