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 Constructor
getConstructor()
Method
getMethod()
Class
getTestClass()
void
setConstructor(Constructor constructor)
void
setMethod(Method method)
void
setTestClass(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)
-
-