Instantiator icon indicating copy to clipboard operation
Instantiator copied to clipboard

Tired of manually setup test data of Kotlin data classes or POJOs? Instantiator creates Instances of any class for you so that you can focus on writing tests instead of spending time and effort to set...

Results 2 Instantiator issues
Sort by recently updated
recently updated
newest added

In the `InstantiatorConfig` we can pass `useNull` as false, which I expected to fill all nullables with random values. Then I noticed In the Readme: ` If config.useNull = false...

Thanks for this awesome library, I want to use it in my KMM project. It will be great if this supports Kotlin Multiplatform