<https://github.com/adokky/equals-tester> Automate...
# feed
a
https://github.com/adokky/equals-tester Automates testing of
equals()
,
hashCode()
, and
compareTo()
. You provide the objects, it does the rest:
Copy code
testEquality {
    group { User("Alex", 40) }
    group { User("Emma", 23) }
    group { User("Bob", 29)  }
}
👍 4
c
Nice!
compareTo
and the
Collection
contracts is a very good addition 🙏