Package org.assertj.core.error
Class ShouldNotBeBlank
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.core.error.ShouldNotBeBlank
-
- All Implemented Interfaces:
ErrorMessageFactory
public class ShouldNotBeBlank extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifiesCharSequenceis not blank.
-
-
Field Summary
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
-
Constructor Summary
Constructors Modifier Constructor Description privateShouldNotBeBlank(Object actual)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactoryshouldNotBeBlank(CharSequence actual)Creates a new.ShouldNotBeBlank-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Constructor Detail
-
ShouldNotBeBlank
private ShouldNotBeBlank(Object actual)
-
-
Method Detail
-
shouldNotBeBlank
public static ErrorMessageFactory shouldNotBeBlank(CharSequence actual)
Creates a new.ShouldNotBeBlank- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-
-