| Class | Description |
|---|---|
| AbstractMatcher |
Abstract search matcher.
|
| CalculateService |
Static class that are in charge of analyzed the filter and matcher.
|
| ContainsMatcher |
Matcher checking that actual contains input value.
|
| ContainsWordMatcher |
Matcher checking that actual contains word from input value.
|
| EndsWithMatcher |
Matcher checking that actual ends with input value.
|
| EqualMatcher |
Matcher checking that actual is equal to input value.
|
| NotContainsMatcher |
Matcher checking that actual doesn't contain input value.
|
| NotEndsWithMatcher |
Matcher checking that actual doesn't end with input value.
|
| NotStartsWithMatcher |
Matcher checking that actual doesn't start with input value.
|
| StartsWithMatcher |
Matcher checking that actual starts with input value.
|
| Enum | Description |
|---|---|
| MatcherType |
Matcher types actually actually supported by the framework.
|
Copyright © 2016 FluentLenium. All Rights Reserved.