public interface TextMatcher
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
String |
formattedValues() |
boolean |
isMatching(String text)
Indicates whether the given text matches some value(s).
|
boolean isMatching(@Nullable String text)
text - the text to verify.true if the given text matches some value(s), false otherwise.@Nonnull String description()
Copyright © 2014 AssertJ. All rights reserved.