Replies: 1 comment 4 replies
-
Hm, would want to investigate more here. That method has a lot of features and I want to know how people are actually using it. I'm actually concerned about the statement 'sometimes the class isn't mine to change'. It looks like by default |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Assertj's "usingRecursiveComparison" is incredibly useful.
I wish assertk could get something similar.
Granted, with kotlin's data classes I don't need it quite as often as with java, but sometimes that doesn't fit the design, sometimes the class isn't mine to change, and sometimes it's a java class
Beta Was this translation helpful? Give feedback.
All reactions