MokkeryOption

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

Constructors

Link copied to clipboard
constructor(name: String, description: String, required: Boolean, allowMultipleOccurrences: Boolean, type: MokkeryOptionType<T>, defaultValue: 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