com.atlassian.jira.pageobjects.setup
Class JiraWebTestClassRules

java.lang.Object
  extended by com.atlassian.jira.pageobjects.setup.JiraWebTestClassRules
All Implemented Interfaces:
org.junit.rules.TestRule

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

Provides class-level rules chain for web test.

Since:
v6.1

Constructor Summary
JiraWebTestClassRules(JiraTestedProduct jira)
           
 
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

JiraWebTestClassRules

@Inject
public JiraWebTestClassRules(JiraTestedProduct jira)
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-2014 Atlassian. All Rights Reserved.