Package org.assertj.core.error
Class ShouldBeRelativePath
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeRelativePath
- All Implemented Interfaces:
ErrorMessageFactory
-
Field Summary
FieldsFields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldBeRelativePath(File actual) Creates a new.ShouldBeRelativePathstatic ErrorMessageFactoryshouldBeRelativePath(Path actual) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Field Details
-
SHOULD_BE_RELATIVE_PATH
- See Also:
-
-
Method Details
-
shouldBeRelativePath
Creates a new.ShouldBeRelativePath- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-
shouldBeRelativePath
-