Package org.assertj.core.error
Class ShouldBeLowerCase
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeLowerCase
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message that indicates an assertion that verifies that a character is lowercase failed.
- Author:
- Yvonne Wang
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldBeLowerCase(Object actual) Creates a new.ShouldBeLowerCaseMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldBeLowerCase
Creates a new.ShouldBeLowerCase- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-