com.atlassian.jira.pageobjects.config.junit4.rule
Class RestoreDataClassRule

java.lang.Object
  extended by com.atlassian.jira.pageobjects.config.junit4.rule.RestoreDataClassRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class RestoreDataClassRule
extends Object
implements org.junit.rules.TestRule

A class rule for setting up JIRA and restoring data if necessary. Supports RestoreOnce

Since:
5.1

Constructor Summary
RestoreDataClassRule(RestoreJiraData restoreJiraData)
           
 
Method Summary
 org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestoreDataClassRule

@Inject
public RestoreDataClassRule(RestoreJiraData restoreJiraData)
Method Detail

apply

public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
                                               org.junit.runner.Description description)
Specified by:
apply in interface org.junit.rules.TestRule


Copyright © 2002-2013 Atlassian. All Rights Reserved.