generates
Generates value for this name target and infers the target value type from value.
Generates value for this rule target.
Uses Fiktion's automatic generation for this rule target.
infix inline fun <Element, CollectionType : Collection<Element>> RuleTarget<CollectionType>.generates(auto: Auto): CollectionGenerationSpec<Element, CollectionType>
Uses Fiktion's automatic generation for each element of this collection rule target.
infix inline fun <Key, Value, MapType : Map<Key, Value>> RuleTarget<MapType>.generates(auto: Auto): MapGenerationSpec<Key, Value, MapType>
Uses Fiktion's automatic generation for each key and value of this map rule target.