org.assertj.core.error
Class ShouldMatchPattern

java.lang.Object
  extended by org.assertj.core.error.BasicErrorMessageFactory
      extended by 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

Field Summary
 
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
 
Method Summary
static ErrorMessageFactory shouldMatch(CharSequence actual, CharSequence pattern)
          Creates a new ShouldMatchPattern.
 
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, equals, hashCode, toString, unquotedString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.