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 java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BaseAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.ConstructorgetConstructor()java.lang.reflect.MethodgetMethod()java.lang.Class<?>getTestClass()voidsetConstructor(java.lang.reflect.Constructor constructor)voidsetMethod(java.lang.reflect.Method method)voidsetTestClass(java.lang.Class<?> testClass)
-
-
-
Method Detail
-
getConstructor
public java.lang.reflect.Constructor getConstructor()
-
setConstructor
public void setConstructor(java.lang.reflect.Constructor constructor)
-
getMethod
public java.lang.reflect.Method getMethod()
-
setMethod
public void setMethod(java.lang.reflect.Method method)
-
getTestClass
public java.lang.Class<?> getTestClass()
-
setTestClass
public void setTestClass(java.lang.Class<?> testClass)
-
-