@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface LoginAs
This rule logs in user at the beginning of test and then tries to log user out. This assumes the standard JIRA test
behaviour of having the user name the same value as the password.
- Since:
- v6.5