MokkeryOption

data class MokkeryOption<T>(val name: String, val description: String, val required: Boolean, val allowMultipleOccurrences: Boolean, val type: MokkeryOptionType<T>, val defaultValues: List<T>)(source)

Constructors

Link copied to clipboard
constructor(name: String, description: String, required: Boolean, allowMultipleOccurrences: Boolean, type: MokkeryOptionType<T>, defaultValues: List<T>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard