public class EndsWithMatcher extends AbstractMatcher
| Constructor and Description |
|---|
EndsWithMatcher(Pattern value)
Creates a ends with matcher.
|
EndsWithMatcher(String value)
Creates a ends with matcher.
|
| Modifier and Type | Method and Description |
|---|---|
MatcherType |
getMatcherType()
Return the matcher type
|
boolean |
isSatisfiedBy(String obj)
Check if the matcher is matched given the value
|
getMatcherSymbol, getPattern, getValue, isCssFilterSupported, toStringpublic EndsWithMatcher(String value)
value - input valuepublic EndsWithMatcher(Pattern value)
value - input valuepublic MatcherType getMatcherType()
AbstractMatchergetMatcherType in class AbstractMatcherpublic boolean isSatisfiedBy(String obj)
AbstractMatcherisSatisfiedBy in class AbstractMatcherobj - define the object of check nameCopyright © 2016 FluentLenium. All Rights Reserved.