Class ShouldNotBeBlank

    • Constructor Detail

      • ShouldNotBeBlank

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

      • shouldNotBeBlank

        public static ErrorMessageFactory shouldNotBeBlank​(java.lang.CharSequence actual)
        Creates a new ShouldNotBeBlank.
        Parameters:
        actual - the actual value in the failed assertion.
        Returns:
        the created ErrorMessageFactory.