Package org.testng.internal.annotations
Class BaseAnnotation
- java.lang.Object
-
- org.testng.internal.annotations.BaseAnnotation
-
- Direct Known Subclasses:
DataProviderAnnotation,FactoryAnnotation,ObjectFactoryAnnotation,ParametersAnnotation,TestOrConfiguration
public class BaseAnnotation extends Object
-
-
Constructor Summary
Constructors Constructor Description BaseAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstructorgetConstructor()MethodgetMethod()ClassgetTestClass()voidsetConstructor(Constructor constructor)voidsetMethod(Method method)voidsetTestClass(Class testClass)
-
-
-
Method Detail
-
getConstructor
public Constructor getConstructor()
-
setConstructor
public void setConstructor(Constructor constructor)
-
getMethod
public Method getMethod()
-
setMethod
public void setMethod(Method method)
-
getTestClass
public Class getTestClass()
-
setTestClass
public void setTestClass(Class testClass)
-
-