org.assertj.core.error
Class ShouldMatchPattern
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldMatchPattern
- All Implemented Interfaces:
- ErrorMessageFactory
public class ShouldMatchPattern
- extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a CharSequence matches a pattern failed.
- Author:
- Alex Ruiz, Mikhail Mazursky
shouldMatch
public static ErrorMessageFactory shouldMatch(CharSequence actual,
CharSequence pattern)
- Creates a new
ShouldMatchPattern.
- Parameters:
actual - the actual value in the failed assertion.pattern - a regular expression pattern.
- Returns:
- the created
ErrorMessageFactory.
Copyright © 2013–2015 AssertJ. All rights reserved.