You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview
This is the major release 1 containing full validation and comparison options for objects. Comparison models can be defined using annotations or using a Yaml file in case you do not want to include annotations on your DTO's or you don't have access to the DTO's used in tests.
Another important addition is the ability to check an expected entity is present in a list.
Changes #77 Adding support for yaml comparison model definition #92 Add matcher for expected entity in list
#16 Multiple mismatch messages displayed on recursive matching #36 Null pointer exception in EntityComparator compare(..) method when expected null #38 Null pointer exception when comparing properties with null value in SimleTypeComparator