Package org.assertj.core.error
Class ShouldContainRecursively
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldContainRecursively
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies a group of elements contains recursively a given set of values failed.
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ShouldContainRecursively
(Object actual, List<?> directoryContent, String filterDescription) -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
directoryShouldContainRecursively
(File actual, List<File> directoryContent, String filterDescription) static ErrorMessageFactory
directoryShouldContainRecursively
(Path actual, List<Path> directoryContent, String filterDescription) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Constructor Details
-
ShouldContainRecursively
-
-
Method Details
-
directoryShouldContainRecursively
public static ErrorMessageFactory directoryShouldContainRecursively(File actual, List<File> directoryContent, String filterDescription) -
directoryShouldContainRecursively
public static ErrorMessageFactory directoryShouldContainRecursively(Path actual, List<Path> directoryContent, String filterDescription)
-