Class ShouldHavePath

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

public class ShouldHavePath extends BasicErrorMessageFactory
  • Field Details

  • Constructor Details

    • ShouldHavePath

      private ShouldHavePath(URI actual, String expectedPath)
    • ShouldHavePath

      private ShouldHavePath(URI actual)
    • ShouldHavePath

      private ShouldHavePath(URL actual, String expectedPath)
    • ShouldHavePath

      private ShouldHavePath(URL actual)
  • Method Details