org.testng.internal.annotations
Class BaseAnnotation

java.lang.Object
  extended by org.testng.internal.annotations.BaseAnnotation
Direct Known Subclasses:
DataProviderAnnotation, ExpectedExceptionsAnnotation, FactoryAnnotation, ObjectFactoryAnnotation, ParametersAnnotation, TestOrConfiguration

public class BaseAnnotation
extends java.lang.Object


Constructor Summary
BaseAnnotation()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseAnnotation

public BaseAnnotation()
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)


Copyright © 2010. All Rights Reserved.