public class ShouldBeExecutable extends BasicErrorMessageFactory
File
is executable
failed.Modifier and Type | Field and Description |
---|---|
(package private) static java.lang.String |
SHOULD_BE_EXECUTABLE |
arguments, format, formatter
Modifier | Constructor and Description |
---|---|
private |
ShouldBeExecutable(java.io.File actual) |
private |
ShouldBeExecutable(java.nio.file.Path actual) |
Modifier and Type | Method and Description |
---|---|
static ErrorMessageFactory |
shouldBeExecutable(java.io.File actual)
Creates a new
. |
static ErrorMessageFactory |
shouldBeExecutable(java.nio.file.Path actual) |
create, create, create, equals, hashCode, toString, unquotedString
static final java.lang.String SHOULD_BE_EXECUTABLE
private ShouldBeExecutable(java.io.File actual)
private ShouldBeExecutable(java.nio.file.Path actual)
public static ErrorMessageFactory shouldBeExecutable(java.io.File actual)
ShouldBeExecutable
.actual
- the actual value in the failed assertion.ErrorMessageFactory
.public static ErrorMessageFactory shouldBeExecutable(java.nio.file.Path actual)