public class EndsWithMatcher extends Matcher
| Constructor and Description |
|---|
EndsWithMatcher(Pattern value) |
EndsWithMatcher(String value) |
| Modifier and Type | Method and Description |
|---|---|
MatcherType |
getMatcherType()
Return the matcher type
|
boolean |
isSatisfiedBy(String o)
Check if the matcher is matched given the value
|
getMatcherSymbol, getPattern, getValue, isPreFilterpublic EndsWithMatcher(String value)
public EndsWithMatcher(Pattern value)
public MatcherType getMatcherType()
MatchergetMatcherType in class Matcherpublic boolean isSatisfiedBy(String o)
MatcherisSatisfiedBy in class Matchero - define the object of check nameCopyright © 2015 AConsulting. All Rights Reserved.