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(Path actual) |
create, create, create, equals, hashCode, toString, unquotedString
public 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(Path actual)
Copyright © 2014–2019 AssertJ. All rights reserved.