Class ShouldBeNullOrEmpty

java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.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
  • Method Details

    • 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.