Class ShouldBeMixedCase

  • All Implemented Interfaces:
    ErrorMessageFactory

    public class ShouldBeMixedCase
    extends BasicErrorMessageFactory
    Creates an error message that indicates an assertion that verifies that a CharSequence is mixed case failed.
    • Constructor Detail

      • ShouldBeMixedCase

        private ShouldBeMixedCase​(java.lang.CharSequence actual)
    • Method Detail

      • shouldBeMixedCase

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