livefront / sealed-enum

A Kotlin annotation processor that makes writing normal enum classes obsolete.
Apache License 2.0
149 stars 7 forks source link

[Testing] consider using OkeyDoke for approval-testing of generated sources #131

Open kyay10 opened 1 year ago

kyay10 commented 1 year ago

OkeyDoke is An Approval Testing library for Java and JUnit. It can help automate approval of changes to code generation, and thus move the burden from copy-pasting into checking the output by eye (which is a lot faster). Libraries such as http4k Use the same model. and they even recommend the same IDEA Plugin