Package org.assertj.core.error.uri
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 Summary
Fields Modifier and Type Field Description private static String
SHOULD_HAVE_AUTHORITY
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ShouldHaveAuthority(URI actual, String expectedAuthority)
private
ShouldHaveAuthority(URL actual, String expectedAuthority)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactory
shouldHaveAuthority(URI actual, String expectedAuthority)
static ErrorMessageFactory
shouldHaveAuthority(URL actual, String expectedAuthority)
-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Field Detail
-
SHOULD_HAVE_AUTHORITY
private static final String SHOULD_HAVE_AUTHORITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
shouldHaveAuthority
public static ErrorMessageFactory shouldHaveAuthority(URI actual, String expectedAuthority)
-
shouldHaveAuthority
public static ErrorMessageFactory shouldHaveAuthority(URL actual, String expectedAuthority)
-
-