I\'m trying to generate random data with Scalacheck. I have a hierarchy of case classes with many properties. The only way I\'ve found so far to populate the case classes is
There is a shapeless based Scalacheck library https://github.com/alexarchambault/scalacheck-shapeless what you might be looking for