Class ShouldNotEndWithWhitespaces

java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldNotEndWithWhitespaces
All Implemented Interfaces:
ErrorMessageFactory

public class ShouldNotEndWithWhitespaces extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a CharSequence does not end with whitespace characters.
  • Constructor Details

    • ShouldNotEndWithWhitespaces

      private ShouldNotEndWithWhitespaces(Object actual)
  • Method Details