dwestheide/kontextfrei

Provide ScalaCheck Gen and Arbitrary instance

Closed this issue · 0 comments

To reduce boilerplate when doing generator-driven property testing, it would be good to have a Gen that creates a DCollection[A] from a Gen[A], and an Arbitrary[DCollection[A], given there is an Arbitrary[A].