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