public class FuncTestHelperFactory extends Object
Assertions
etcConstructor and Description |
---|
FuncTestHelperFactory(JIRAEnvironmentData environmentData)
Create func test helper objects to be used when running the passed tests.
|
FuncTestHelperFactory(JIRAEnvironmentData environmentData,
FuncTestWebClientListener webClientListener,
boolean skipSetup,
Backdoor backdoor)
Create func test helper objects to be used when running the passed tests.
|
FuncTestHelperFactory(junit.framework.TestCase funcTest,
JIRAEnvironmentData environmentData)
Create func test helper objects to be used when running the passed tests.
|
FuncTestHelperFactory(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData)
Create func test helper objects for an already running test.
|
Modifier and Type | Method and Description |
---|---|
Administration |
getAdministration() |
Assertions |
getAssertions() |
Backdoor |
getBackdoor() |
JIRAEnvironmentData |
getEnvironmentData() |
Form |
getForm() |
FuncTestCaseJiraSetup |
getFuncTestCaseJiraSetup() |
IssueTableAssertions |
getIssueTableAssertions() |
LocatorFactory |
getLocator() |
Navigation |
getNavigation() |
Parser |
getParser() |
net.sourceforge.jwebunit.WebTester |
getTester() |
TextAssertions |
getTextAssertions() |
public FuncTestHelperFactory(JIRAEnvironmentData environmentData)
environmentData
- the JIRA environment for the test.public FuncTestHelperFactory(junit.framework.TestCase funcTest, JIRAEnvironmentData environmentData)
funcTest
- the test to be run.environmentData
- the JIRA environment for the test.public FuncTestHelperFactory(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData)
tester
- current state of the func test.environmentData
- the JIRA environment under test.public FuncTestHelperFactory(JIRAEnvironmentData environmentData, FuncTestWebClientListener webClientListener, boolean skipSetup, Backdoor backdoor)
environmentData
- the JIRA environment for the test.webClientListener
- web client listenerpublic net.sourceforge.jwebunit.WebTester getTester()
public Navigation getNavigation()
public Form getForm()
public Administration getAdministration()
public Assertions getAssertions()
public LocatorFactory getLocator()
public TextAssertions getTextAssertions()
public IssueTableAssertions getIssueTableAssertions()
public FuncTestCaseJiraSetup getFuncTestCaseJiraSetup()
public Parser getParser()
public Backdoor getBackdoor()
public JIRAEnvironmentData getEnvironmentData()
Copyright © 2002-2022 Atlassian. All Rights Reserved.