Class ShouldNotStartWithWhitespaces

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

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

    • ShouldNotStartWithWhitespaces

      private ShouldNotStartWithWhitespaces(Object actual)
  • Method Details