Class 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
    • Constructor Detail

      • ShouldBeNullOrEmpty

        private ShouldBeNullOrEmpty​(Object actual)
    • Method Detail

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