Package org.awaitility.core
Class HamcrestToStringFilter
java.lang.Object
org.awaitility.core.HamcrestToStringFilter
The Class HamcrestToStringFilter.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
wordsToRemove
-
-
Constructor Details
-
HamcrestToStringFilter
HamcrestToStringFilter()
-
-
Method Details
-
filter
Filter words from thematcher.toString()so it looks nicer when printed out. E.g. "not not" is removed and "is" are removed.- Parameters:
matcher- the matcher- Returns:
- A filtered version of the
Matcher#toString().
-