ConfiguredDataTestScope

class ConfiguredDataTestScope<Data>(compact: Boolean, maxLength: Int, val prefix: String, val testSuite: TestSuiteScope, val map: <Error class: unknown class><<Error class: unknown class><String, Data>>, val testConfig: TestConfig = TestConfig)(source)

Constructors

Link copied to clipboard
constructor(compact: Boolean, maxLength: Int, prefix: String, testSuite: TestSuiteScope, map: <Error class: unknown class><<Error class: unknown class><String, Data>>, testConfig: TestConfig = TestConfig)

Properties

Link copied to clipboard
val map: <Error class: unknown class><<Error class: unknown class><String, Data>>
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(action: TestSuiteScope.(Data) -> Unit)