Args Generator To Arguments Converter
Responsible to generate values for a given ArgsGenerator and to transform them to Arguments.
Since
2.0.0
Inheritors
Functions
Link copied to clipboard
abstract fun toArguments(argsSourceId: String, annotationData: AnnotationData, argsGenerator: ArgsGenerator<List<*>>): Sequence<Arguments>
Uses the given argsGenerator to generate values and turning them into Arguments.