arbitrater icon indicating copy to clipboard operation
arbitrater copied to clipboard

Arbitrater is a Kotlin library for creating arbitrary instances of classes by reflection for use in testing. In contrast to POJO generators, it supports Kotlin's optional parameters and nullable types...

Results 1 arbitrater issues
Sort by recently updated
recently updated
newest added

We are trying to register default settings using the ServiceLoader mechanism as described in the README. What we want to do is set the default/null generator but cannot access the...