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
## Release Notes
- Feature: When annotated with `@Strict`, an Enum in a `@TestWithCases` will be checked for whether all enum-values are covered by test-cases
## What's changed?
- Bugfix: Inconsistent Collection Behaviour Between Records and Classes #125
- Feature: Extend `without()` to Support Classes #121
- Maintenance: bump org.assertj:assertj-core from 3.27.6 to 3.27.7
## What's changed?
- Bugfix: Chained field-customisation do not work for records (Java 16).
- Bugfix: Random constructors sometimes ignore customisation.
## What's changed?
- Bugfix: Sets can now contain more than one element (#102)
- Bugfix: The `equals`-method will no longer be proxied for abstract specimen (#103)
- Feature: Collections will now contain unique elements instead of a number of copies of the same instance
- Experimental: Failures to fixture an object will now contain more information about what was attempted and what went wrong