generate And Take Based On Decider
fun <T> SemiOrderedArgsGenerator<T>.generateAndTakeBasedOnDecider(annotationData: AnnotationData? = null): Sequence<T>(source)
Returns a finite Sequence of values based on the ArgsRange that the configured ArgsRangeDecider will chose.
Since
2.0.0
fun <T> ArbArgsGenerator<T>.generateAndTakeBasedOnDecider(annotationData: AnnotationData? = null): Sequence<T>(source)
Returns a finite Sequence of values based on the ArgsRange that the configured ArgsRangeDecider will chose. decide on.
Since
2.0.0