public class BaseJiraFuncTest extends Object
Modifier and Type | Field and Description |
---|---|
protected Backdoor |
backdoor |
protected JIRAEnvironmentData |
environmentData |
protected LocatorFactory |
locator |
protected Navigation |
navigation |
protected net.sourceforge.jwebunit.WebTester |
tester |
org.junit.rules.TestRule |
testRule |
protected TextAssertions |
text |
Constructor and Description |
---|
BaseJiraFuncTest() |
Modifier and Type | Method and Description |
---|---|
static org.junit.rules.RuleChain |
forTest(Object test) |
JIRAEnvironmentData |
getEnvironmentData() |
net.sourceforge.jwebunit.WebTester |
getTester() |
public org.junit.rules.TestRule testRule
@Inject protected Backdoor backdoor
@Inject protected Navigation navigation
@Inject protected LocatorFactory locator
@Inject protected net.sourceforge.jwebunit.WebTester tester
@Inject protected TextAssertions text
@Inject protected JIRAEnvironmentData environmentData
public static org.junit.rules.RuleChain forTest(Object test)
public JIRAEnvironmentData getEnvironmentData()
public net.sourceforge.jwebunit.WebTester getTester()
Copyright © 2002-2016 Atlassian. All Rights Reserved.