Class ShouldBeAbsolutePath

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

public class ShouldBeAbsolutePath extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a File or Path is an absolute path failed.
  • Field Details

  • Constructor Details

    • ShouldBeAbsolutePath

      private ShouldBeAbsolutePath(File actual)
    • ShouldBeAbsolutePath

      private ShouldBeAbsolutePath(Path actual)
  • Method Details