| Package | Description |
|---|---|
| org.fluentlenium.core.filter | |
| org.fluentlenium.core.filter.matcher |
| Modifier and Type | Method and Description |
|---|---|
static Matcher |
MatcherConstructor.contains(Pattern pattern)
Create a matcher for a containing pattern
|
static Matcher |
MatcherConstructor.contains(String matcher)
Create a matcher for a containing string
|
static Matcher |
MatcherConstructor.endsWith(Pattern pattern)
Create a matcher filtering by a string that ends with the pattern
|
static Matcher |
MatcherConstructor.endsWith(String matcher)
Create a matcher filtering by a string that ends with the matcher
|
static Matcher |
MatcherConstructor.equal(String matcher)
Create a matcher to equal the string matcher
|
Matcher |
Filter.getMatcher() |
static Matcher |
MatcherConstructor.notContains(Pattern pattern)
Create a matcher for not containing the pattern
|
static Matcher |
MatcherConstructor.notContains(String matcher)
Create a matcher for not containing a string
|
static Matcher |
MatcherConstructor.notEndsWith(Pattern pattern)
Create a matcher filtering by a string that not ends with the pattern params
|
static Matcher |
MatcherConstructor.notEndsWith(String matcher)
Create a matcher filtering by a string that not ends with the string params
|
static Matcher |
MatcherConstructor.notStartsWith(Pattern pattern)
Create a matcher filtering by a string that not starts with the pattern params
|
static Matcher |
MatcherConstructor.notStartsWith(String matcher)
Create a matcher filtering by a string that not starts with the string params
|
static Matcher |
MatcherConstructor.startsWith(Pattern pattern)
Create a matcher filtering by a string that start with the matcher
|
static Matcher |
MatcherConstructor.startsWith(String matcher)
Create a matcher filtering by a string that start with the matcher
|
| Modifier and Type | Method and Description |
|---|---|
static Filter |
FilterConstructor.with(String customAttribute,
Matcher matcher)
Deprecated.
|
static Filter |
FilterConstructor.withId(Matcher matcher)
Deprecated.
|
static Filter |
FilterConstructor.withName(Matcher matcher)
Deprecated.
|
static Filter |
FilterConstructor.withText(Matcher matcher)
Deprecated.
|
| Constructor and Description |
|---|
Filter(FilterType filterType,
Matcher matcher)
Construct a filter with a type and an associated matcher
|
Filter(String customAttribute,
Matcher matcher)
Construct a filter with a custom attribute and an associated matcher
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContainsMatcher |
class |
ContainsWordMatcher |
class |
EndsWithMatcher |
class |
EqualMatcher |
class |
NotContainsMatcher |
class |
NotEndsWithMatcher |
class |
NotStartsWithMatcher |
class |
StartsWithMatcher |
Copyright © 2015 AConsulting. All Rights Reserved.