Package org.assertj.core.error
Class ShouldNotSatisfyPredicateRecursively
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldNotSatisfyPredicateRecursively
- All Implemented Interfaces:
ErrorMessageFactory
-
Field Summary
FieldsFields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
shouldNotSatisfyRecursively
(RecursiveAssertionConfiguration recursiveAssertionConfiguration, List<FieldLocation> failedFields) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Field Details
-
INDENT
- See Also:
-
NEW_LINE
-
-
Constructor Details
-
ShouldNotSatisfyPredicateRecursively
-
-
Method Details
-
shouldNotSatisfyRecursively
public static ErrorMessageFactory shouldNotSatisfyRecursively(RecursiveAssertionConfiguration recursiveAssertionConfiguration, List<FieldLocation> failedFields)
-