org.fest.assertions.error
Class ShouldBeNullOrEmpty
java.lang.Object
org.fest.assertions.error.BasicErrorMessageFactory
org.fest.assertions.error.ShouldBeNullOrEmpty
- All Implemented Interfaces:
- ErrorMessageFactory
public class ShouldBeNullOrEmpty
- extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies a group of elements is null
or empty
failed. A group of elements can be a collection, an array or a String
.
- Author:
- Alex Ruiz, Yvonne Wang
shouldBeNullOrEmpty
public static ErrorMessageFactory shouldBeNullOrEmpty(Object actual)
- Creates a new instance of
ShouldBeNullOrEmpty
.
- Parameters:
actual
- the actual value in the failed assertion.
- Returns:
- the created of
ErrorMessageFactory
.
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.