xgouchet / Elmyr

A utility to make Kotlin/Java tests random yet reproducible
Other
82 stars 2 forks source link

[Kotlin] Create delegate for Lists/Collections #46

Closed xgouchet closed 4 years ago

xgouchet commented 4 years ago

If a forge is properly configurated to generate instances of Foo, we should have delegates to rite :

 internal val forgedFooList: List<Foo> by factoryListForgery()