public class ShouldNotContainAnyWhitespaces extends BasicErrorMessageFactory
CharSequence
does not contain whitespace characters.arguments, format, formatter
Modifier | Constructor and Description |
---|---|
private |
ShouldNotContainAnyWhitespaces(java.lang.Object actual) |
Modifier and Type | Method and Description |
---|---|
static ErrorMessageFactory |
shouldNotContainAnyWhitespaces(java.lang.CharSequence actual)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedString
private ShouldNotContainAnyWhitespaces(java.lang.Object actual)
public static ErrorMessageFactory shouldNotContainAnyWhitespaces(java.lang.CharSequence actual)
ShouldNotContainAnyWhitespaces
.actual
- the actual value in the failed assertion.ErrorMessageFactory
.