Package com.thoughtworks.gauge
Annotation Type AfterClassSteps
Deprecated.
Methods annotated with this hook, will be executed after every step in that particular class.
If there is more than one method annotated with @AfterClassSteps the order of execution is as follows:
- Hooks which are not filtered by tags.
- Hooks filtered by tags.
-
Optional Element Summary
Optional Elements
-
Element Details
-
tags
String[] tagsDeprecated.- Returns:
- Array of tags to filter which steps the hook executes after based on the tags in the current scenario and spec.
- Default:
- {}
-
tagAggregation
Operator tagAggregationDeprecated.- Returns:
- OR: if hook should execute for the current execution context (spec and scenario) containing any of the tags provided AND: if hook should execute for the current execution context (spec and scenario) containing all of the tags provided Default is AND
- Default:
- AND
-