public class ShouldBeFile extends BasicErrorMessageFactory
File
is an existing file
failed.arguments, format, formatter
Modifier | Constructor and Description |
---|---|
private |
ShouldBeFile(java.io.File actual) |
Modifier and Type | Method and Description |
---|---|
static ErrorMessageFactory |
shouldBeFile(java.io.File actual)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedString
public static ErrorMessageFactory shouldBeFile(java.io.File actual)
ShouldBeFile
.actual
- the actual value in the failed assertion.ErrorMessageFactory
.