public interface IBaseBeforeAfter extends ITestOrConfiguration
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAlwaysRun()
For before methods (beforeSuite, beforeTest, beforeTestClass and beforeTestMethod, but not
beforeGroups): If set to true, this configuration method will be run regardless of what groups
it belongs to.
|
String[] |
getDependsOnGroups()
The list of groups this method depends on.
|
String[] |
getDependsOnMethods()
The list of methods this method depends on.
|
String |
getDescription()
The description for this method.
|
boolean |
getEnabled()
Whether methods on this class/method are enabled.
|
String[] |
getGroups()
The list of groups this class/method belongs to.
|
boolean |
getInheritGroups() |
getTimeOut, setDependsOnGroups, setDependsOnMethods, setDescription, setGroups, setTimeOutsetEnabledboolean getEnabled()
getEnabled in interface IParameterizableString[] getGroups()
getGroups in interface ITestOrConfigurationString[] getDependsOnGroups()
getDependsOnGroups in interface ITestOrConfigurationString[] getDependsOnMethods()
If some of these methods have been overloaded, all the overloaded versions will be run.
getDependsOnMethods in interface ITestOrConfigurationIf some of these methods have been overloaded, all the overloaded versions will be run.
boolean getAlwaysRun()
boolean getInheritGroups()
String getDescription()
getDescription in interface ITestOrConfigurationCopyright © 2025. All rights reserved.