| java.lang.Object | |
| ↳ | com.atlassian.jira.functest.framework.FuncTestHelperFactory |
This class is responsible for correctly instantiating the various
helper frameworks such as Assertions etc
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create func test helper objects to be used when running the passed tests.
| |||||||||||
Create func test helper objects to be used when running the passed tests.
| |||||||||||
Create func test helper objects for an already running test.
| |||||||||||
Create func test helper objects to be used when running the passed tests.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create func test helper objects to be used when running the passed tests.
| environmentData | the JIRA environment for the test. |
|---|
Create func test helper objects to be used when running the passed tests.
| funcTest | the test to be run. |
|---|---|
| environmentData | the JIRA environment for the test. |
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.
| tester | current state of the func test. |
|---|---|
| environmentData | the JIRA environment under test. |
Create func test helper objects to be used when running the passed tests.
| environmentData | the JIRA environment for the test. |
|---|---|
| webClientListener | web client listener |