ErrorMessageFactorypublic class ShouldNotBeBlank extends BasicErrorMessageFactory
CharSequence
is not Null, not empty or contains not only whitespace.arguments, format| Modifier and Type | Method | Description |
|---|---|---|
static ErrorMessageFactory |
shouldNotBeBlank(CharSequence actual) |
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldNotBeBlank(CharSequence actual)
ShouldNotBeBlank.actual - the actual value in the failed assertion.ErrorMessageFactory.Copyright © 2014–2019. All rights reserved.