org.testng.internal.annotations
Class BaseAnnotation
java.lang.Object
org.testng.internal.annotations.BaseAnnotation
- Direct Known Subclasses:
- DataProviderAnnotation, ExpectedExceptionsAnnotation, FactoryAnnotation, ObjectFactoryAnnotation, ParametersAnnotation, TestOrConfiguration
public class BaseAnnotation
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseAnnotation
public BaseAnnotation()
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)
Copyright © 2010. All Rights Reserved.