org.fluentlenium.core.filter.matcher
Class StartsWithMatcher
java.lang.Object
org.fluentlenium.core.filter.matcher.Matcher
org.fluentlenium.core.filter.matcher.StartsWithMatcher
public class StartsWithMatcher
- extends Matcher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartsWithMatcher
public StartsWithMatcher(String value)
- Constructor using a string as a value
- Parameters:
value -
StartsWithMatcher
public StartsWithMatcher(Pattern value)
- Constructor using a pattern as a value
- Parameters:
value -
getMatcherType
public MatcherType getMatcherType()
- Description copied from class:
Matcher
- Return the matcher type
- Specified by:
getMatcherType in class Matcher
- Returns:
isSatisfiedBy
public boolean isSatisfiedBy(String o)
- Description copied from class:
Matcher
- Check if the matcher is matched given the value
- Specified by:
isSatisfiedBy in class Matcher
- Returns:
Copyright © 2012 AConsulting. All Rights Reserved.