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 StringSHOULD_HAVE_PATHprivate static StringSHOULD_NOT_HAVE_PATH-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
-
Constructor Summary
Constructors Modifier Constructor Description privateShouldHavePath(URI actual)privateShouldHavePath(URI actual, String expectedPath)privateShouldHavePath(URL actual)privateShouldHavePath(URL actual, String expectedPath)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactoryshouldHavePath(URI actual, String expectedPath)static ErrorMessageFactoryshouldHavePath(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)
-
-