java.lang.Object |
↳ |
com.atlassian.jira.functest.framework.navigator.UserGroupPicker |
Known Direct Subclasses
AssigneeCondition |
Condition that can be used to interact with the "assignee" navigator UI. |
ReporterCondition |
Condition that can be used to interact with the "reporter" navigator UI. |
|
Class Overview
A parameter that can be used work with User/Group selector navigator components.
Public Constructors
public
UserGroupPicker
(String elementName)
Public Methods
public
void
assertSettings
(Document document)
Assert that the condition is corrected configured for the passed tester. The tester must be on the Navigator
page when called.
Parameters
document
| the tester pointed at the Navigator page.
|
public
void
parseCondition
(WebTester tester)
Get the condition as configured on the web page. The tester will be on the Navigator page when called.
Parameters
tester
| the tester pointed at the Navigator page.
|