| Package | Description |
|---|---|
| org.fluentlenium.core.filter | |
| org.fluentlenium.core.wait |
| Modifier and Type | Method and Description |
|---|---|
static FilterType |
FilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterType[] |
FilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Filter |
FilterConstructor.buildFilter(String name,
FilterType type,
Class matcherType)
Create a filter by name
|
| Constructor and Description |
|---|
Filter(FilterType filterType,
Matcher matcher)
Construct a filter with a type and an associated matcher
|
Filter(FilterType filterType,
String value)
Construct a filter with a type and an associated value
|
FilterBuilder(FilterType filterType) |
| Constructor and Description |
|---|
FluentWaitBuilder(FluentWaitMatcher fluentWaitBuilder,
FilterType filterType) |
Copyright © 2015 AConsulting. All Rights Reserved.