Package org.assertj.core.error
Class ShouldNotBeBlank
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldNotBeBlank
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies
CharSequence
is not blank.-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldNotBeBlank(CharSequence actual) Creates a new.ShouldNotBeBlankMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldNotBeBlank
Creates a new.ShouldNotBeBlank- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-