| Package | Description |
|---|---|
| org.fluentlenium.core.filter.matcher |
| Modifier and Type | Method and Description |
|---|---|
MatcherType |
StartsWithMatcher.getMatcherType() |
MatcherType |
NotStartsWithMatcher.getMatcherType() |
MatcherType |
NotEndsWithMatcher.getMatcherType() |
MatcherType |
NotContainsMatcher.getMatcherType() |
MatcherType |
EqualMatcher.getMatcherType() |
MatcherType |
EndsWithMatcher.getMatcherType() |
MatcherType |
ContainsWordMatcher.getMatcherType() |
MatcherType |
ContainsMatcher.getMatcherType() |
protected abstract MatcherType |
AbstractMatcher.getMatcherType()
Return the matcher type
|
static MatcherType |
MatcherType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatcherType[] |
MatcherType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 FluentLenium. All Rights Reserved.