org.testng.internal.annotations
Class AfterSuiteAnnotation

java.lang.Object
  extended by org.testng.internal.annotations.BaseAnnotation
      extended by org.testng.internal.annotations.TestOrConfiguration
          extended by org.testng.internal.annotations.BaseBeforeAfter
              extended by org.testng.internal.annotations.AfterSuiteAnnotation
All Implemented Interfaces:
IAnnotation, IBaseBeforeAfter, IParameterizable, ITestOrConfiguration

public class AfterSuiteAnnotation
extends BaseBeforeAfter


Constructor Summary
AfterSuiteAnnotation()
           
 
Method Summary
 
Methods inherited from class org.testng.internal.annotations.BaseBeforeAfter
getAfterGroups, getAlwaysRun, getBeforeGroups, getDescription, getInheritGroups, getParameters, setAfterGroups, setAlwaysRun, setBeforeGroups, setDescription, setInheritGroups, setParameters
 
Methods inherited from class org.testng.internal.annotations.TestOrConfiguration
getDependsOnGroups, getDependsOnMethods, getEnabled, getGroups, setDependsOnGroups, setDependsOnMethods, setEnabled, setGroups
 
Methods inherited from class org.testng.internal.annotations.BaseAnnotation
getConstructor, getMethod, getTestClass, setConstructor, setMethod, setTestClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.testng.internal.annotations.IBaseBeforeAfter
getDependsOnGroups, getDependsOnMethods, getEnabled, getGroups
 

Constructor Detail

AfterSuiteAnnotation

public AfterSuiteAnnotation()


Copyright © 2010. All Rights Reserved.