com.atlassian.jira.pageobjects.config
Annotation Type NoSetup


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface NoSetup

By default the JIRA instance will be set up for the test if not already set up. Mark your test/method with this annotation to acces not set up JIRA instance.

Since:
v4.4



Copyright © 2002-2012 Atlassian. All Rights Reserved.