Class ShouldBeCanonicalPath

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

public class ShouldBeCanonicalPath extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a Path is canonical has failed.
  • Field Details

  • Constructor Details

    • ShouldBeCanonicalPath

      private ShouldBeCanonicalPath(Path actual)
  • Method Details