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