public class ContainsMatcher extends AbstractMatcher
| Constructor and Description |
|---|
ContainsMatcher(java.util.regex.Pattern value)
Creates a contains matcher.
|
ContainsMatcher(java.lang.String value)
Creates a contains 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 ContainsMatcher(java.lang.String value)
value - input valuepublic ContainsMatcher(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.