Class ShouldNotEndWithWhitespaces
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldNotEndWithWhitespaces
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a
CharSequence
does not end with whitespace characters.-
Field Summary
Fields inherited from class BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryCreates a new.ShouldNotEndWithWhitespacesMethods inherited from class BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldNotEndWithWhitespaces
Creates a new.ShouldNotEndWithWhitespaces- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-