| 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 OptionGroup[] |
Language.optionGroups() |
| Modifier and Type | Method and Description |
|---|---|
org.testatoo.core.Selection<OptionGroup> |
HtmlEvaluator.optionGroups(Select select)
To get the option groups in a given select.
|
| Modifier and Type | Method and Description |
|---|---|
String |
HtmlEvaluator.label(OptionGroup optionGroup)
To get the label of a given option group.
|
org.testatoo.core.Selection<Option> |
HtmlEvaluator.options(OptionGroup optionGroup)
To get the options in a given option group.
|
| Modifier and Type | Method and Description |
|---|---|
org.testatoo.core.Selection<OptionGroup> |
Select.optionGroups()
To get the optiongroups in the list.
|
| Modifier and Type | Method and Description |
|---|---|
org.testatoo.core.Selection<OptionGroup> |
SeleniumHtmlEvaluator.optionGroups(Select select) |
| Modifier and Type | Method and Description |
|---|---|
String |
SeleniumHtmlEvaluator.label(OptionGroup optionGroup) |
org.testatoo.core.Selection<Option> |
SeleniumHtmlEvaluator.options(OptionGroup optionGroup) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Select> |
Matchers.has(int num,
OptionGroup[] optionGroups)
To test the number of optiongroups in a select element, using the syntax "has(4, optionGroups())"
|
Copyright © 2008-2012 Ovea. All Rights Reserved.