Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 610 Bytes

File metadata and controls

12 lines (8 loc) · 610 Bytes

archunit-equalsverfier-combined

This example shows how to combine ArchUnit and EqualsVerifier to test all equals and hashCode implementations within a single test class.

This project contains the code examples referring to this blog post.

Contents

  • The source-folder contains some value objects with/without equals- and hashCode-Methods.
  • The test-folder contains the test class EqualsHashcodeTest with detailed notes and comments.