ArgsGenerator

Represents a generator which generates Ts.

Since

2.0.0

Parameters

T

the type of values generated by this ArgsGenerator.

Inheritors

Functions

Link copied to clipboard
fun <T> ArgsGenerator<T>.decideArgsRange(annotationData: AnnotationData? = null): ArgsRange

Returns the ArgsRange the configured ArgsRangeDecider decides for this ArgsGenerator and the given annotationData.