Class RestoreDataMethodRule
java.lang.Object
com.atlassian.jira.pageobjects.config.junit4.rule.RestoreDataMethodRule
- All Implemented Interfaces:
org.junit.rules.TestRule
A class rule for setting up JIRA and restoring data if necessary.
Supports
RestoreOnce
- Since:
- 5.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statement
apply
(org.junit.runners.model.Statement base, org.junit.runner.Description description)
-
Constructor Details
-
RestoreDataMethodRule
-
-
Method Details
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - Specified by:
apply
in interfaceorg.junit.rules.TestRule
-