Package org.testng.internal.annotations
Class AfterSuiteAnnotation
- java.lang.Object
-
- org.testng.internal.annotations.BaseAnnotation
-
- org.testng.internal.annotations.TestOrConfiguration
-
- org.testng.internal.annotations.BaseBeforeAfter
-
- org.testng.internal.annotations.AfterSuiteAnnotation
-
- All Implemented Interfaces:
IAnnotation
,IParameterizable
,ITestOrConfiguration
,IBaseBeforeAfter
public class AfterSuiteAnnotation extends BaseBeforeAfter
-
-
Constructor Summary
Constructors Constructor Description 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, getPriority, getTimeOut, setDependsOnGroups, setDependsOnMethods, setEnabled, setGroups, setPriority, setTimeOut
-
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
-
Methods inherited from interface org.testng.annotations.IParameterizable
setEnabled
-
Methods inherited from interface org.testng.annotations.ITestOrConfiguration
getTimeOut, setDependsOnGroups, setDependsOnMethods, setGroups, setTimeOut
-
-