IAnnotation, IParameterizable, ITestOrConfigurationConfigurationAnnotationpublic interface IConfigurationAnnotation extends ITestOrConfiguration
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String[] |
getAfterGroups() |
The list of groups that this configuration method will run after.
|
boolean |
getAfterSuite() |
If true, the annotated method will be run after all tests in this suite
have run.
|
boolean |
getAfterTest() |
If true, the annotated method will be run after all every test.
|
boolean |
getAfterTestClass() |
If true, the annotated method will be run after all the tests in the test
class have been run.
|
boolean |
getAfterTestMethod() |
If true, the annotated method will be run after any test method is invoked.
|
boolean |
getAlwaysRun() |
Used only for after type of configuration methods.
|
java.lang.String[] |
getBeforeGroups() |
The list of groups that this configuration method will run before.
|
boolean |
getBeforeSuite() |
If true, the annotated method will be run before this suite starts.
|
boolean |
getBeforeTest() |
If true, the annotated method will be run before every test
|
boolean |
getBeforeTestClass() |
If true, the annotated method will be run after the test class is instantiated
and before the test method is invoked.
|
boolean |
getBeforeTestMethod() |
If true, the annotated method will be run before any test method is invoked.
|
boolean |
getInheritGroups() |
If true, this @Configuration method will belong to groups specified in the
\@Test annotation on the class (if any).
|
boolean |
isFakeConfiguration() |
Internal use only.
|
getEnabled, getParameters, setEnabledgetDependsOnGroups, getDependsOnMethods, getDescription, getGroups, getTimeOut, setDependsOnGroups, setDependsOnMethods, setDescription, setGroups, setTimeOutboolean getBeforeTestClass()
boolean getAfterTestClass()
boolean getBeforeTestMethod()
boolean getAfterTestMethod()
boolean getBeforeSuite()
boolean getAfterSuite()
boolean getBeforeTest()
boolean getAfterTest()
boolean getAlwaysRun()
boolean getInheritGroups()
java.lang.String[] getBeforeGroups()
java.lang.String[] getAfterGroups()
boolean isFakeConfiguration()