@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
@Inherited
public @interface WithUser
This annotation is used to log a user on for the duration of an integration test. If annotation is present on the
class, it will connect the provided id/pwd for each method unless the method is itself annotated with a different
id/pwd.