Package org.assertj.core.api.recursive.assertion
-
Interface Summary Interface Description RecursiveAssertionIntrospectionStrategy Defines how objects are introspected in the recursive assertion. -
Class Summary Class Description DefaultRecursiveAssertionIntrospectionStrategy RecursiveAssertionConfiguration Configuration for recursive assertions.RecursiveAssertionConfiguration.Builder Builder forRecursiveAssertionConfiguration
RecursiveAssertionDriver RecursiveAssertionNode Immutable class representing a node in the recursive assertion. -
Enum Summary Enum Description RecursiveAssertionConfiguration.CollectionAssertionPolicy Possible policies to use regarding collections (including arrays) when recursively asserting over the fields of an object tree.RecursiveAssertionConfiguration.MapAssertionPolicy Possible policies to use regarding maps when recursively asserting over the fields of an object tree.RecursiveAssertionConfiguration.OptionalAssertionPolicy Possible policies to use regarding optionals when recursively asserting over the fields of an object tree.