Interface StringMatcher<FLUENT>
- All Known Subinterfaces:
AttributeBuilder<FLUENT>,NotStringMatcher<FLUENT>
public interface StringMatcher<FLUENT>
- Author:
- Jan Papousek
-
Method Summary
Modifier and TypeMethodDescriptionChecks whether the text contains the given string.Checks whether the text is equal to the given string.equalToIgnoreCase(String expected) Checks whether the text is equal to the given string ignoring case considerations.Checks whether the text matches to the given string.
-
Method Details
-
contains
Checks whether the text contains the given string. -
equalTo
Checks whether the text is equal to the given string. -
equalToIgnoreCase
Checks whether the text is equal to the given string ignoring case considerations. -
matches
Checks whether the text matches to the given string.
-