Package org.assertj.core.error
Class ShouldBeCanonicalPath
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.core.error.ShouldBeCanonicalPath
-
- All Implemented Interfaces:
ErrorMessageFactory
public class ShouldBeCanonicalPath extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that aPath
is canonical has failed.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SHOULD_BE_CANONICAL
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ShouldBeCanonicalPath(java.nio.file.Path actual)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactory
shouldBeCanonicalPath(java.nio.file.Path actual)
-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Field Detail
-
SHOULD_BE_CANONICAL
public static final java.lang.String SHOULD_BE_CANONICAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
shouldBeCanonicalPath
public static ErrorMessageFactory shouldBeCanonicalPath(java.nio.file.Path actual)
-
-