doc / ch.tutteli.atrium.domain.builders.creating.changers

Package ch.tutteli.atrium.domain.builders.creating.changers

Contains builders for ch.tutteli.atrium.domain.creating.changers.

Types

FeatureExtractorBuilder

interface FeatureExtractorBuilder

Defines the contract for sophisticated safe feature extractions including assertion creation for the feature.

FeatureOptions

data class FeatureOptions<R>

Additional (non-mandatory) options for the FeatureExtractorBuilder to create an Expect.

SubjectChangerBuilder

interface SubjectChangerBuilder

Defines the contract for sophisticated change subject processes.

Functions

FeatureOptions

fun <R> FeatureOptions(configuration: FeatureExtractorBuilder.OptionsChooser<R>.() -> Unit): FeatureOptions<R>