public class ShouldBeNullOrEmpty extends BasicErrorMessageFactory
null
or empty failed. A
group of elements can be a collection, an array or a String
.arguments, format, formatter
Modifier | Constructor and Description |
---|---|
private |
ShouldBeNullOrEmpty(java.lang.Object actual) |
Modifier and Type | Method and Description |
---|---|
static ErrorMessageFactory |
shouldBeNullOrEmpty(java.lang.Object actual)
Creates a new instance of
. |
create, create, create, equals, hashCode, toString, unquotedString
public static ErrorMessageFactory shouldBeNullOrEmpty(java.lang.Object actual)
ShouldBeNullOrEmpty
.actual
- the actual value in the failed assertion.ErrorMessageFactory
.