@Target(value=METHOD) @Retention(value=RUNTIME) public @interface AfterSuite
If there is more than one method annotated with @AfterSuite, they are executed in reverse alphabetical order of their method names.
Copyright © 2017. All rights reserved.