public class StartsWithMatcher extends AbstractMatcher
| Constructor and Description |
|---|
StartsWithMatcher(Pattern value)
Creates a starts with matcher.
|
StartsWithMatcher(String value)
Creates a starts 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 StartsWithMatcher(String value)
value - input valuepublic StartsWithMatcher(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.