public class ShouldStartWithPath extends BasicErrorMessageFactory
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PATH_SHOULD_START_WITH |
arguments, format, formatter
Modifier | Constructor and Description |
---|---|
private |
ShouldStartWithPath(java.nio.file.Path actual,
java.nio.file.Path other) |
Modifier and Type | Method and Description |
---|---|
static ErrorMessageFactory |
shouldStartWith(java.nio.file.Path actual,
java.nio.file.Path other) |
create, create, create, equals, hashCode, toString, unquotedString
public static final java.lang.String PATH_SHOULD_START_WITH
private ShouldStartWithPath(java.nio.file.Path actual, java.nio.file.Path other)
public static ErrorMessageFactory shouldStartWith(java.nio.file.Path actual, java.nio.file.Path other)