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.- Author:
- Alex Ruiz, Mikhail Mazursky
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
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
-
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.
-