public class ShouldBeEmpty extends BasicErrorMessageFactory
String, a File or a Path.arguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldBeEmpty(File actual)
Creates a new
. |
static ErrorMessageFactory |
shouldBeEmpty(Object actual)
Creates a new
. |
static ErrorMessageFactory |
shouldBeEmpty(Path actual)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldBeEmpty(Object actual)
ShouldBeEmpty.actual - the actual value in the failed assertion.ErrorMessageFactory.public static ErrorMessageFactory shouldBeEmpty(File actual)
ShouldBeEmpty.actual - the actual file in the failed assertion.ErrorMessageFactory.public static ErrorMessageFactory shouldBeEmpty(Path actual)
ShouldBeEmpty.actual - the actual path in the failed assertion.ErrorMessageFactory.Copyright © 2025. All rights reserved.