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


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ResetDataOnce

Annotate your test class with this annotation if you want to reset data in JIRA once per the test suite represented by the class.

Only applicable to the test class.

Since:
5.2
See Also:
RestoreDataClassRule



Copyright © 2002-2013 Atlassian. All Rights Reserved.