toggle menu
TestBalloon-Addons
0.14.0
common
switch theme
search in API
property
/
at.asitplus.testballoon
/
ConfiguredPropertyScope
Configured
Property
Scope
class
ConfiguredPropertyScope
<
Value
>
(
compact
:
Boolean
,
maxLength
:
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
)
Members
Constructors
Configured
Property
Scope
Link copied to clipboard
constructor
(
compact
:
Boolean
,
maxLength
:
Int
,
prefix
:
String
,
testSuite
:
<Error class: unknown class>
,
iterations
:
Int
,
genA
:
Gen
<
Value
>
,
testConfig
:
<Error class: unknown class>
=
TestConfig
)
Properties
gen
A
Link copied to clipboard
val
genA
:
Gen
<
Value
>
iterations
Link copied to clipboard
val
iterations
:
Int
prefix
Link copied to clipboard
val
prefix
:
String
test
Config
Link copied to clipboard
val
testConfig
:
<Error class: unknown class>
test
Suite
Link copied to clipboard
val
testSuite
:
<Error class: unknown class>
Functions
minus
Link copied to clipboard
operator
fun
minus
(
content
:
PropertyContext
.
(
<Error class: unknown class>
,
Value
)
->
Unit
)