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