public class

FuncTestHelperFactory

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.FuncTestHelperFactory

Class Overview

This class is responsible for correctly instantiating the various helper frameworks such as Assertions etc

Summary

Public Constructors
FuncTestHelperFactory(JIRAEnvironmentData environmentData)
Create func test helper objects to be used when running the passed tests.
FuncTestHelperFactory(TestCase funcTest, JIRAEnvironmentData environmentData)
Create func test helper objects to be used when running the passed tests.
FuncTestHelperFactory(WebTester tester, JIRAEnvironmentData environmentData)
Create func test helper objects for an already running test.
FuncTestHelperFactory(JIRAEnvironmentData environmentData, FuncTestWebClientListener webClientListener, boolean skipSetup)
Create func test helper objects to be used when running the passed tests.
Public Methods
Administration getAdministration()
Assertions getAssertions()
Backdoor getBackdoor()
BulkOperationProgress getBulkOperationProgress()
ChangeHistoryAssertions getChangeHistoryAssertions()
JIRAEnvironmentData getEnvironmentData()
Form getForm()
FuncTestCaseJiraSetup getFuncTestCaseJiraSetup()
FuncTestLogger getFuncTestLogger()
FuncTestRestClient getFuncTestRestClient()
IssueTableAssertions getIssueTableAssertions()
JqlAssertions getJqlAssertions()
LdapUtil getLdapUtil()
LocatorFactory getLocator()
Navigation getNavigation()
Parser getParser()
WebTester getTester()
TextAssertions getTextAssertions()
XssAssertions getXssAssertions()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FuncTestHelperFactory (JIRAEnvironmentData environmentData)

Create func test helper objects to be used when running the passed tests.

Parameters
environmentData the JIRA environment for the test.

public FuncTestHelperFactory (TestCase funcTest, JIRAEnvironmentData environmentData)

Create func test helper objects to be used when running the passed tests.

Parameters
funcTest the test to be run.
environmentData the JIRA environment for the test.

public FuncTestHelperFactory (WebTester tester, JIRAEnvironmentData environmentData)

Create func test helper objects for an already running test. This should only be used from old tests that want access to the new helper objects.

Parameters
tester current state of the func test.
environmentData the JIRA environment under test.

public FuncTestHelperFactory (JIRAEnvironmentData environmentData, FuncTestWebClientListener webClientListener, boolean skipSetup)

Create func test helper objects to be used when running the passed tests.

Parameters
environmentData the JIRA environment for the test.
webClientListener web client listener

Public Methods

public Administration getAdministration ()

public Assertions getAssertions ()

public Backdoor getBackdoor ()

public BulkOperationProgress getBulkOperationProgress ()

public ChangeHistoryAssertions getChangeHistoryAssertions ()

public JIRAEnvironmentData getEnvironmentData ()

public Form getForm ()

public FuncTestCaseJiraSetup getFuncTestCaseJiraSetup ()

public FuncTestLogger getFuncTestLogger ()

public FuncTestRestClient getFuncTestRestClient ()

public IssueTableAssertions getIssueTableAssertions ()

public JqlAssertions getJqlAssertions ()

public LdapUtil getLdapUtil ()

public LocatorFactory getLocator ()

public Navigation getNavigation ()

public Parser getParser ()

public WebTester getTester ()

public TextAssertions getTextAssertions ()

public XssAssertions getXssAssertions ()