public class BaseJiraFuncTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Administration |
administration |
protected Assertions |
assertions |
protected Backdoor |
backdoor |
protected BulkOperations |
bulkOperations |
protected EditIssueFieldVisibility |
editIssueFieldVisibility |
protected JIRAEnvironmentData |
environmentData |
protected Form |
form |
protected Indexing |
indexing |
static RestoreDataBackdoor |
initClass |
protected IssueTableAssertions |
issueTableAssertions |
protected LocatorFactory |
locator |
protected com.atlassian.jira.testkit.client.log.FuncTestLogger |
logger |
protected Navigation |
navigation |
protected HtmlPage |
page |
protected Parser |
parse |
protected net.sourceforge.jwebunit.WebTester |
tester |
org.junit.rules.RuleChain |
testRule |
protected TextAssertions |
textAssertions |
| Constructor and Description |
|---|
BaseJiraFuncTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.junit.rules.RuleChain |
forTest(Object test) |
Assertions |
getAssertions() |
Backdoor |
getBackdoor() |
JIRAEnvironmentData |
getEnvironmentData() |
net.sourceforge.jwebunit.WebTester |
getTester() |
public static final RestoreDataBackdoor initClass
public org.junit.rules.RuleChain testRule
@Inject protected Backdoor backdoor
@Inject protected Navigation navigation
@Inject protected LocatorFactory locator
@Inject protected net.sourceforge.jwebunit.WebTester tester
@Inject protected TextAssertions textAssertions
@Inject protected JIRAEnvironmentData environmentData
@Inject protected Administration administration
@Inject protected Assertions assertions
@Inject protected HtmlPage page
@Inject protected IssueTableAssertions issueTableAssertions
@Inject protected com.atlassian.jira.testkit.client.log.FuncTestLogger logger
@Inject protected Parser parse
@Inject protected Form form
@Inject protected BulkOperations bulkOperations
@Inject protected EditIssueFieldVisibility editIssueFieldVisibility
@Inject protected Indexing indexing
public static org.junit.rules.RuleChain forTest(Object test)
public JIRAEnvironmentData getEnvironmentData()
public Backdoor getBackdoor()
public net.sourceforge.jwebunit.WebTester getTester()
public Assertions getAssertions()
Copyright © 2002-2016 Atlassian. All Rights Reserved.