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