java.lang.Object | |
↳ | com.atlassian.jira.functest.framework.AbstractFuncTestUtil |
![]()
DashboardAssertionsImpl,
IssueNavigationImpl,
IssueNavigatorAssertionsImpl,
IssueNavigatorNavigationImpl,
ManageFiltersNavigation
|
A base class for func test utlity classes. Put commmon code in here.
Provides the abiltiy for the helpers to log and dump.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FS | |||||||||||
environmentData | |||||||||||
locators | |||||||||||
logIndentLevel | |||||||||||
logger | |||||||||||
tester |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Goes to the given URL, submits the given button or logs the given message if the given button doesn't exist.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Goes to the given URL, submits the given button or logs the given message if the given button doesn't exist.
url | url to go to to submit the button |
---|---|
button | label on the button to submit at url |
logOnFail | null or a message to log if button isn't found |