BooleanValueProvider

Provides boolean values for boolean schemas.

Alternates between true and false based on variationIndex.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun provide(schema: Schema<*>, variationIndex: Int): Any?

Attempts to provide an example value for the given schema.