public class BaseJiraFuncTest extends Object
Modifier and Type | Field and Description |
---|---|
protected Assertions |
assertions |
protected Backdoor |
backdoor |
protected JIRAEnvironmentData |
environmentData |
static org.junit.rules.RuleChain |
initClass |
protected Navigation |
navigation |
protected net.sourceforge.jwebunit.WebTester |
tester |
org.junit.rules.RuleChain |
testRule |
Constructor and Description |
---|
BaseJiraFuncTest() |
Modifier and Type | Method and Description |
---|---|
Assertions |
getAssertions() |
Backdoor |
getBackdoor() |
JIRAEnvironmentData |
getEnvironmentData() |
net.sourceforge.jwebunit.WebTester |
getTester() |
public static final org.junit.rules.RuleChain initClass
public org.junit.rules.RuleChain testRule
@Inject protected Backdoor backdoor
@Inject protected Navigation navigation
@Inject protected net.sourceforge.jwebunit.WebTester tester
@Inject protected JIRAEnvironmentData environmentData
@Inject protected Assertions assertions
public JIRAEnvironmentData getEnvironmentData()
public Backdoor getBackdoor()
public net.sourceforge.jwebunit.WebTester getTester()
public Assertions getAssertions()
Copyright © 2002-2017 Atlassian. All Rights Reserved.