public class ShouldNotMatchPattern extends BasicErrorMessageFactory
CharSequence does not match a pattern failed.arguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldNotMatch(CharSequence actual,
CharSequence pattern)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldNotMatch(CharSequence actual, CharSequence pattern)
ShouldStartWith.actual - the actual value in the failed assertion.pattern - a regular expression pattern.ErrorMessageFactory.Copyright © 2014–2019 AssertJ. All rights reserved.