org.testng.internal.annotations
Class BeforeSuiteAnnotation

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.BeforeSuiteAnnotation
All Implemented Interfaces:
IAnnotation, IBaseBeforeAfter, IParameterizable, ITestOrConfiguration

public class BeforeSuiteAnnotation
extends BaseBeforeAfter


Constructor Summary
BeforeSuiteAnnotation()
           
 
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

BeforeSuiteAnnotation

public BeforeSuiteAnnotation()


Copyright © 2010. All Rights Reserved.