Package org.assertj.core.error
Class ShouldNotSatisfyPredicateRecursively
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.core.error.ShouldNotSatisfyPredicateRecursively
-
- All Implemented Interfaces:
ErrorMessageFactory
public class ShouldNotSatisfyPredicateRecursively extends BasicErrorMessageFactory
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ShouldNotSatisfyPredicateRecursively(java.lang.String message)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactory
shouldNotSatisfyRecursively(RecursiveAssertionConfiguration recursiveAssertionConfiguration, java.util.List<FieldLocation> failedFields)
-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Field Detail
-
INDENT
private static final java.lang.String INDENT
- See Also:
- Constant Field Values
-
NEW_LINE
private static final java.lang.String NEW_LINE
-
-
Method Detail
-
shouldNotSatisfyRecursively
public static ErrorMessageFactory shouldNotSatisfyRecursively(RecursiveAssertionConfiguration recursiveAssertionConfiguration, java.util.List<FieldLocation> failedFields)
-
-