Replies: 1 comment
-
For those wondering, Dave and I had a reeeally long discussion about using Akkurate for test assertions (on Kotlin's Slack). This is an interesting use case but it's not the primary focus at the moment. However, I would love to get more feedback about this. I you think this could be interesting and you're missing it, please describe your use case so we can discuss it furthermore and, eventually, plan something on the roadmap. ✍️ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A validator by itself won't check the expected state of the resulting object... and the validator isn't the same as one that would validate an object's state in production, because in production you have certain requirements on the data of the object, whereas in tests you're just comparing a resulting state to an expected one (ignoring certain fields, or treating others in special ways for the comparison you're interested in for that particular set of tests...)
Beta Was this translation helpful? Give feedback.
All reactions