Class ShouldHaveAuthority

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

public class ShouldHaveAuthority extends BasicErrorMessageFactory
  • Field Details

  • Constructor Details

    • ShouldHaveAuthority

      private ShouldHaveAuthority(URI actual, String expectedAuthority)
    • ShouldHaveAuthority

      private ShouldHaveAuthority(URL actual, String expectedAuthority)
  • Method Details