public class

SetupJiraRule

extends Object
implements TestRule
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.config.junit4.rule.SetupJiraRule

Class Overview

Setups JIRA if needed.

Summary

Public Constructors
@Inject SetupJiraRule(Backdoor backdoor, SimpleJiraSetup jiraSetup)
Public Methods
Statement apply(Statement base, Description description)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.junit.rules.TestRule

Public Constructors

@Inject public SetupJiraRule (Backdoor backdoor, SimpleJiraSetup jiraSetup)

Public Methods

public Statement apply (Statement base, Description description)