Package org.assertj.core.error.uri
Class ShouldHavePath
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.uri.ShouldHavePath
- All Implemented Interfaces:
ErrorMessageFactory
-
Field Summary
FieldsFields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ShouldHavePath
(URI actual) private
ShouldHavePath
(URI actual, String expectedPath) private
ShouldHavePath
(URL actual) private
ShouldHavePath
(URL actual, String expectedPath) -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
shouldHavePath
(URI actual, String expectedPath) static ErrorMessageFactory
shouldHavePath
(URL actual, String expectedPath) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Field Details
-
SHOULD_NOT_HAVE_PATH
- See Also:
-
SHOULD_HAVE_PATH
- See Also:
-
-
Constructor Details
-
ShouldHavePath
-
ShouldHavePath
-
ShouldHavePath
-
ShouldHavePath
-
-
Method Details
-
shouldHavePath
-
shouldHavePath
-