public class ShouldBeRelativePath extends BasicErrorMessageFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
SHOULD_BE_RELATIVE_PATH |
arguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldBeRelativePath(File actual)
Creates a new
. |
static ErrorMessageFactory |
shouldBeRelativePath(java.nio.file.Path actual) |
create, create, create, equals, hashCode, toString, unquotedStringpublic static final String SHOULD_BE_RELATIVE_PATH
public static ErrorMessageFactory shouldBeRelativePath(File actual)
ShouldBeRelativePath.actual - the actual value in the failed assertion.ErrorMessageFactory.public static ErrorMessageFactory shouldBeRelativePath(java.nio.file.Path actual)
Copyright © 2013-2015 AssertJ. All Rights Reserved.