Package com.thoughtworks.gauge
Annotation Type AfterSuite
-
@Target(METHOD) @Retention(RUNTIME) public @interface AfterSuite
Methods annotated with this hook, execute after the entire suite (all specs) execution completes.If there is more than one method annotated with @AfterSuite, they are executed in reverse alphabetical order of their method names.