@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface EnableWebSudo
By default websudo in JIRA will be disabled before each test. Mark test method or class with this annotation to
enable web sudo for given test methods.
- Since:
- v4.4