Package org.assertj.core.error
Class ShouldBeMixedCase
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeMixedCase
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message that indicates an assertion that verifies that a
CharSequence is mixed case failed.-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldBeMixedCase(CharSequence actual) Creates a new.ShouldBeMixedCaseMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Constructor Details
-
ShouldBeMixedCase
-
-
Method Details
-
shouldBeMixedCase
Creates a new.ShouldBeMixedCase- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-