CollectionGenerationSpec
sealed interface CollectionGenerationSpec<Element, CollectionType : Collection<Element>> : GenerationSpec<CollectionType>
Configured generation rule for collection values.
Functions
Link copied to clipboard
Records the probability of using the property's default value.
Link copied to clipboard
Allows this rule to generate null with probability.
Link copied to clipboard
Sets a deterministic seed for this generation rule.
Link copied to clipboard
Sets the generated collection size.
Sets the generated collection size range.