java.lang.Object |
↳ |
com.atlassian.jira.functest.framework.navigator.MultiSelectCondition |
Known Direct Subclasses
|
Class Overview
Represents a navigator condition in a multi-select box.
Protected Constructors
protected
MultiSelectCondition
(String elementName)
Public Methods
public
boolean
addOption
(String option)
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
clearOptions
()
public
boolean
equals
(Object o)
public
String
getElementName
()
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.
|
public
boolean
removeOption
(String option)