public class ShouldNotContainAnyWhitespaces extends BasicErrorMessageFactory
CharSequence
does not contain whitespace characters.arguments, format
Modifier and Type | Method and Description |
---|---|
static ErrorMessageFactory |
shouldNotContainAnyWhitespaces(CharSequence actual)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedString
public static ErrorMessageFactory shouldNotContainAnyWhitespaces(CharSequence actual)
ShouldNotContainAnyWhitespaces
.actual
- the actual value in the failed assertion.ErrorMessageFactory
.Copyright © 2014–2019 AssertJ. All rights reserved.