DataProviderAnnotation, FactoryAnnotation, ObjectFactoryAnnotation, ParametersAnnotation, TestOrConfigurationpublic class BaseAnnotation
extends java.lang.Object
| Constructor | Description |
|---|---|
BaseAnnotation() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.reflect.Constructor |
getConstructor() |
|
java.lang.reflect.Method |
getMethod() |
|
java.lang.Class |
getTestClass() |
|
void |
setConstructor(java.lang.reflect.Constructor constructor) |
|
void |
setMethod(java.lang.reflect.Method method) |
|
void |
setTestClass(java.lang.Class testClass) |
public java.lang.reflect.Constructor getConstructor()
public void setConstructor(java.lang.reflect.Constructor constructor)
public java.lang.reflect.Method getMethod()
public void setMethod(java.lang.reflect.Method method)
public java.lang.Class getTestClass()
public void setTestClass(java.lang.Class testClass)