toggle menu
datatest
0.3.1
common
switch theme
search in API
datatest
/
at.asitplus.testballoon
/
ConfiguredDataTestScope
Configured
Data
Test
Scope
data
class
ConfiguredDataTestScope
<
Data
>
(
compactName
:
String
?
,
maxLength
:
Int
=
DataTest.maxLength
,
val
testSuite
:
TestSuite
,
val
map
:
Sequence
<
Pair
<
String
,
Data
>
>
,
val
testConfig
:
TestConfig
=
TestConfig
)
Members
Constructors
Configured
Data
Test
Scope
Link copied to clipboard
constructor
(
compactName
:
String
?
,
maxLength
:
Int
=
DataTest.maxLength
,
testSuite
:
TestSuite
,
map
:
Sequence
<
Pair
<
String
,
Data
>
>
,
testConfig
:
TestConfig
=
TestConfig
)
Properties
map
Link copied to clipboard
val
map
:
Sequence
<
Pair
<
String
,
Data
>
>
test
Config
Link copied to clipboard
val
testConfig
:
TestConfig
test
Suite
Link copied to clipboard
val
testSuite
:
TestSuite
Functions
minus
Link copied to clipboard
operator
fun
minus
(
action
:
TestSuite
.
(
Data
)
->
Unit
)