Package org.assertj.core.error
Class ShouldBeEmpty
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeEmpty
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies a group of elements is empty failed. A group of elements
can be a collection, an array, a
String, a File or a Path.-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldBeEmpty(File actual) Creates a new.ShouldBeEmptystatic ErrorMessageFactoryshouldBeEmpty(Object actual) Creates a new.ShouldBeEmptystatic ErrorMessageFactoryshouldBeEmpty(Path actual) Creates a new.ShouldBeEmptyMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Constructor Details
-
ShouldBeEmpty
-
-
Method Details
-
shouldBeEmpty
Creates a new.ShouldBeEmpty- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-
shouldBeEmpty
Creates a new.ShouldBeEmpty- Parameters:
actual- the actual file in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-
shouldBeEmpty
Creates a new.ShouldBeEmpty- Parameters:
actual- the actual path in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-