Package org.assertj.core.error
Class ShouldContainRecursively
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.core.error.ShouldContainRecursively
-
- All Implemented Interfaces:
ErrorMessageFactory
public class ShouldContainRecursively extends BasicErrorMessageFactory
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
Constructors Modifier Constructor Description private
ShouldContainRecursively(java.lang.Object actual, java.util.List<?> directoryContent, java.lang.String filterDescription)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactory
directoryShouldContainRecursively(java.io.File actual, java.util.List<java.io.File> directoryContent, java.lang.String filterDescription)
static ErrorMessageFactory
directoryShouldContainRecursively(java.nio.file.Path actual, java.util.List<java.nio.file.Path> directoryContent, java.lang.String filterDescription)
-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Method Detail
-
directoryShouldContainRecursively
public static ErrorMessageFactory directoryShouldContainRecursively(java.io.File actual, java.util.List<java.io.File> directoryContent, java.lang.String filterDescription)
-
directoryShouldContainRecursively
public static ErrorMessageFactory directoryShouldContainRecursively(java.nio.file.Path actual, java.util.List<java.nio.file.Path> directoryContent, java.lang.String filterDescription)
-
-