Package org.assertj.core.error
Class ShouldMatchPattern
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldMatchPattern
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a
CharSequence matches a pattern failed.-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateShouldMatchPattern(CharSequence actual, CharSequence pattern) -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldMatch(CharSequence actual, CharSequence pattern) Creates a new.ShouldMatchPatternMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Constructor Details
-
ShouldMatchPattern
-
-
Method Details
-
shouldMatch
Creates a new.ShouldMatchPattern- Parameters:
actual- the actual value in the failed assertion.pattern- a regular expression pattern.- Returns:
- the created
ErrorMessageFactory.
-