Uses of Class
io.fluentlenium.core.filter.matcher.AbstractMatcher
Packages that use AbstractMatcher
-
Uses of AbstractMatcher in io.fluentlenium.core.filter
Methods in io.fluentlenium.core.filter that return AbstractMatcherModifier and TypeMethodDescriptionstatic AbstractMatcherCreate a matcher for a containing stringstatic AbstractMatcherCreate a matcher for a containing patternstatic AbstractMatcherCreate a matcher filtering by a string that ends with the matcherstatic AbstractMatcherCreate a matcher filtering by a string that ends with the patternstatic AbstractMatcherCreate a matcher to equal the string matcherAttributeFilter.getMatcher()Get the matcher of this filterstatic AbstractMatcherMatcherConstructor.notContains(String matcher) Create a matcher for not containing a stringstatic AbstractMatcherMatcherConstructor.notContains(Pattern pattern) Create a matcher for not containing the patternstatic AbstractMatcherMatcherConstructor.notEndsWith(String matcher) Create a matcher filtering by a string that not ends with the string paramsstatic AbstractMatcherMatcherConstructor.notEndsWith(Pattern pattern) Create a matcher filtering by a string that not ends with the pattern paramsstatic AbstractMatcherMatcherConstructor.notStartsWith(String matcher) Create a matcher filtering by a string that not starts with the string paramsstatic AbstractMatcherMatcherConstructor.notStartsWith(Pattern pattern) Create a matcher filtering by a string that not starts with the pattern paramsstatic AbstractMatcherMatcherConstructor.startsWith(String matcher) Create a matcher filtering by a string that start with the matcherstatic AbstractMatcherMatcherConstructor.startsWith(Pattern pattern) Create a matcher filtering by a string that start with the matcherConstructors in io.fluentlenium.core.filter with parameters of type AbstractMatcherModifierConstructorDescriptionAttributeFilter(String customAttribute, AbstractMatcher matcher) Construct a filter with a custom attribute and an associated matcher -
Uses of AbstractMatcher in io.fluentlenium.core.filter.matcher
Subclasses of AbstractMatcher in io.fluentlenium.core.filter.matcherModifier and TypeClassDescriptionclassMatcher checking that actual contains input value.classMatcher checking that actual contains word from input value.classMatcher checking that actual ends with input value.classMatcher checking that actual is equal to input value.classMatcher checking that actual doesn't contain input value.classMatcher checking that actual doesn't end with input value.classMatcher checking that actual doesn't start with input value.classMatcher checking that actual starts with input value.