ConfiguredPropertyScope

data class ConfiguredPropertyScope<Value>(compact: Boolean, maxLength: Int, displayNameMaxLength: Int, val prefix: String, val testSuite: <Error class: unknown class>, val iterations: Int, val genA: Gen<Value>, val testConfig: <Error class: unknown class> = TestConfig)(source)

Constructors

Link copied to clipboard
constructor(compact: Boolean, maxLength: Int, displayNameMaxLength: Int, prefix: String, testSuite: <Error class: unknown class>, iterations: Int, genA: Gen<Value>, testConfig: <Error class: unknown class> = TestConfig)

Properties

Link copied to clipboard
val genA: Gen<Value>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val testConfig: <Error class: unknown class>
Link copied to clipboard
val testSuite: <Error class: unknown class>

Functions

Link copied to clipboard
operator fun minus(content: PropertyContext.(<Error class: unknown class>, Value) -> Unit)