| Package | Description |
|---|---|
| org.testatoo.cartridge.html4 | |
| org.testatoo.cartridge.html4.evaluator.selenium | |
| org.testatoo.cartridge.html4.matcher |
| Modifier and Type | Method and Description |
|---|---|
org.testatoo.core.Selection<OptionGroup> |
HtmlEvaluator.optionGroups(Select select)
To get the option groups in a given select.
|
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 |
|---|---|
org.testatoo.core.Selection<OptionGroup> |
SeleniumHtmlEvaluator.optionGroups(Select select) |
org.testatoo.core.Selection<Option> |
SeleniumHtmlEvaluator.options(Select select) |
org.testatoo.core.Selection<Option> |
SeleniumHtmlEvaluator.selectedOptions(Select select) |
| 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())"
|
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())"
|
static org.hamcrest.Matcher<Select> |
Matchers.has(int num,
String[] something)
To test the number of something, using the syntax "has(4, xxxxxx())"
|
static org.hamcrest.Matcher<Select> |
OptionGroupSize.is(int size) |
static org.hamcrest.Matcher<Select> |
VisibleRow.is(int num) |
static org.hamcrest.Matcher<Select> |
OptionSize.is(int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OptionGroupSize.matchesSafely(Select select) |
boolean |
VisibleRow.matchesSafely(Select select) |
boolean |
OptionSize.matchesSafely(Select select) |
Copyright © 2008-2013 Ovea. All Rights Reserved.