public class ShouldBeAbsolutePath extends BasicErrorMessageFactory
File or Path is an absolute path
failed.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SHOULD_BE_ABSOLUTE_PATH |
arguments, format, formatter| Modifier | Constructor and Description |
|---|---|
private |
ShouldBeAbsolutePath(java.io.File actual) |
private |
ShouldBeAbsolutePath(java.nio.file.Path actual) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldBeAbsolutePath(java.io.File actual)
Creates a new
. |
static ErrorMessageFactory |
shouldBeAbsolutePath(java.nio.file.Path actual) |
create, create, create, equals, hashCode, toString, unquotedStringpublic static final java.lang.String SHOULD_BE_ABSOLUTE_PATH
private ShouldBeAbsolutePath(java.io.File actual)
private ShouldBeAbsolutePath(java.nio.file.Path actual)
public static ErrorMessageFactory shouldBeAbsolutePath(java.io.File actual)
ShouldBeAbsolutePath.actual - the actual value in the failed assertion.ErrorMessageFactory.public static ErrorMessageFactory shouldBeAbsolutePath(java.nio.file.Path actual)