Uses of Class
org.fluentlenium.core.filter.matcher.MatcherType
-
Packages that use MatcherType Package Description org.fluentlenium.core.filter.matcher -
-
Uses of MatcherType in org.fluentlenium.core.filter.matcher
Methods in org.fluentlenium.core.filter.matcher that return MatcherType Modifier and Type Method Description protected abstract MatcherTypeAbstractMatcher. getMatcherType()Return the matcher typeMatcherTypeContainsMatcher. getMatcherType()MatcherTypeContainsWordMatcher. getMatcherType()MatcherTypeEndsWithMatcher. getMatcherType()MatcherTypeEqualMatcher. getMatcherType()MatcherTypeNotContainsMatcher. getMatcherType()MatcherTypeNotEndsWithMatcher. getMatcherType()MatcherTypeNotStartsWithMatcher. getMatcherType()MatcherTypeStartsWithMatcher. getMatcherType()static MatcherTypeMatcherType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MatcherType[]MatcherType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-