Package org.assertj.core.error
Class ShouldBeMixedCase
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.core.error.ShouldBeMixedCase
-
- All Implemented Interfaces:
ErrorMessageFactory
public class ShouldBeMixedCase extends BasicErrorMessageFactory
Creates an error message that indicates an assertion that verifies that aCharSequenceis mixed case failed.- Author:
- Andrey Kuzmin
-
-
Field Summary
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
-
Constructor Summary
Constructors Modifier Constructor Description privateShouldBeMixedCase(CharSequence actual)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactoryshouldBeMixedCase(CharSequence actual)Creates a new.ShouldBeMixedCase-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Constructor Detail
-
ShouldBeMixedCase
private ShouldBeMixedCase(CharSequence actual)
-
-
Method Detail
-
shouldBeMixedCase
public static ErrorMessageFactory shouldBeMixedCase(CharSequence actual)
Creates a new.ShouldBeMixedCase- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-
-