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

      • ShouldBeNullOrEmpty

        private ShouldBeNullOrEmpty​(java.lang.Object actual)
    • Method Detail

      • shouldBeNullOrEmpty

        public static ErrorMessageFactory shouldBeNullOrEmpty​(java.lang.Object actual)
        Creates a new instance of ShouldBeNullOrEmpty.
        Parameters:
        actual - the actual value in the failed assertion.
        Returns:
        the created of ErrorMessageFactory.