| Package | Description |
|---|---|
| org.testatoo.cartridge.html4 | |
| org.testatoo.cartridge.html4.element | |
| org.testatoo.cartridge.html4.evaluator.selenium | |
| org.testatoo.cartridge.html4.matcher |
| Modifier and Type | Method and Description |
|---|---|
static Option[] |
Language.options() |
| Modifier and Type | Method and Description |
|---|---|
org.testatoo.core.Selection<Option> |
HtmlEvaluator.options(OptionGroup optionGroup)
To get the options in a given option group.
|
org.testatoo.core.Selection<Option> |
HtmlEvaluator.options(Select select)
To get the options in a given select.
|
org.testatoo.core.Selection<Option> |
HtmlEvaluator.selectedOptions(Select select)
To get the selected options in a given select
|
| Modifier and Type | Method and Description |
|---|---|
String |
HtmlEvaluator.content(Option option)
To get the content of a given option.
|
String |
HtmlEvaluator.label(Option option)
To get the label of a given option.
|
Boolean |
HtmlEvaluator.selected(Option option)
To know if an option is selected.
|
| Modifier and Type | Method and Description |
|---|---|
org.testatoo.core.Selection<Option> |
OptionGroup.options()
To get the list of options of the "optgroup" element.
|
org.testatoo.core.Selection<Option> |
Select.options()
To get the options in the list.
|
org.testatoo.core.Selection<Option> |
Select.selectedOptions()
To get the selected options in the list.
|
| Modifier and Type | Method and Description |
|---|---|
org.testatoo.core.Selection<Option> |
SeleniumHtmlEvaluator.options(OptionGroup optionGroup) |
org.testatoo.core.Selection<Option> |
SeleniumHtmlEvaluator.options(Select select) |
org.testatoo.core.Selection<Option> |
SeleniumHtmlEvaluator.selectedOptions(Select select) |
| Modifier and Type | Method and Description |
|---|---|
String |
SeleniumHtmlEvaluator.content(Option option) |
String |
SeleniumHtmlEvaluator.label(Option option) |
Boolean |
SeleniumHtmlEvaluator.selected(Option option) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Select> |
Matchers.has(int num,
Option[] option)
To test the number of options in a select element, using the syntax "has(4, options())"
|
Copyright © 2008-2012 Ovea. All Rights Reserved.