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
public class ShouldHavePath extends BasicErrorMessageFactory
-
-
Field Summary
Fields Modifier and Type Field Description private static String
SHOULD_HAVE_PATH
private static String
SHOULD_NOT_HAVE_PATH
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ShouldHavePath(URI actual)
private
ShouldHavePath(URI actual, String expectedPath)
private
ShouldHavePath(URL actual)
private
ShouldHavePath(URL actual, String expectedPath)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
SHOULD_NOT_HAVE_PATH
private static final String SHOULD_NOT_HAVE_PATH
- See Also:
- Constant Field Values
-
SHOULD_HAVE_PATH
private static final String SHOULD_HAVE_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
shouldHavePath
public static ErrorMessageFactory shouldHavePath(URI actual, String expectedPath)
-
shouldHavePath
public static ErrorMessageFactory shouldHavePath(URL actual, String expectedPath)
-
-