public class ShouldEndWithPath extends BasicErrorMessageFactory
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PATH_SHOULD_END_WITH |
arguments, format, formatter
Modifier | Constructor and Description |
---|---|
private |
ShouldEndWithPath(java.nio.file.Path actual,
java.nio.file.Path other) |
Modifier and Type | Method and Description |
---|---|
static ErrorMessageFactory |
shouldEndWith(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_END_WITH
private ShouldEndWithPath(java.nio.file.Path actual, java.nio.file.Path other)
public static ErrorMessageFactory shouldEndWith(java.nio.file.Path actual, java.nio.file.Path other)