Releases: TestMonkeys/jEntityTest
Releases · TestMonkeys/jEntityTest
v1.1 ListComparisons
What's Changed
Full Changelog: v1.0.6...v1.1.0
v1.0.5
v1.0.4
v1.0.3 Minor Updates
Version One
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
Describe enhancement
Enhancing description of the matcher along with the expected object's json representation
Un-ordered child lists comparison
Adding option to allow for un-ordered child lists to be compared ignoring the order of the elements.
Regex Comparison
Adding Regex Comparison strategy