public class

EnsureJiraSetupRule

extends Object
implements TestRule
java.lang.Object
   ↳ com.atlassian.jira.functest.rule.EnsureJiraSetupRule

Class Overview

The rule ensures that JIRA is setup.

Summary

Public Constructors
EnsureJiraSetupRule(Supplier<Backdoor> backdoorSupplier, Supplier<JIRAEnvironmentData> environmentDataSupplier, Supplier<WebTester> webTesterSupplier)
Public Methods
Statement apply(Statement base, Description description)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.junit.rules.TestRule

Public Constructors

public EnsureJiraSetupRule (Supplier<Backdoor> backdoorSupplier, Supplier<JIRAEnvironmentData> environmentDataSupplier, Supplier<WebTester> webTesterSupplier)

Public Methods

public Statement apply (Statement base, Description description)