Package org.testng.internal.annotations
Interface IBaseBeforeAfterMethod
-
- All Superinterfaces:
IAnnotation
,IBaseBeforeAfter
,IParameterizable
,ITestOrConfiguration
- All Known Subinterfaces:
IAfterMethod
,IBeforeMethod
- All Known Implementing Classes:
ConfigurationAnnotation
public interface IBaseBeforeAfterMethod extends IBaseBeforeAfter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
getGroupFilters()
The list of groups the test method must belong to one of which.-
Methods inherited from interface org.testng.internal.annotations.IBaseBeforeAfter
getAlwaysRun, getDependsOnGroups, getDependsOnMethods, getDescription, getEnabled, getGroups, getInheritGroups
-
Methods inherited from interface org.testng.annotations.IParameterizable
setEnabled
-
Methods inherited from interface org.testng.annotations.ITestOrConfiguration
getTimeOut, setDependsOnGroups, setDependsOnMethods, setDescription, setGroups, setTimeOut
-
-