ConfiguredPropertyScope

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

Constructors

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

Properties

Link copied to clipboard
val genA: Gen<Value>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val testConfig: TestConfig
Link copied to clipboard
val testSuite: TestSuiteScope

Functions

Link copied to clipboard
operator fun minus(content: PropertyContext.(TestSuiteScope, Value) -> Unit)