Data generation

We will start by writing some data generatorsA test data generator is a specialized software tool that generates false or mock data for use in testing software applications. using the ScalaCheck library.

ScalaCheck already provides several generators for primitives, but for the data models, we have to do some more plumbing.

Get hands-on with 1200+ tech skills courses.