toggle menu
matrix
0.12.0
common
switch theme
search in API
matrix
/
at.asitplus.testballoon.matrix
/
MatrixFixtureGeneratorScope
Matrix
Fixture
Generator
Scope
class
MatrixFixtureGeneratorScope
<
T
>
Members
Functions
invoke
Link copied to clipboard
operator
fun
String
.
invoke
(
testConfig
:
<Error class: unknown class>
=
TestConfig
)
:
MatrixFixtureConfiguredSuite
<
T
>
operator
fun
String
.
invoke
(
testConfig
:
<Error class: unknown class>
=
TestConfig
,
body
:
suspend
<Error class: unknown class>
.
(
T
)
->
Unit
)
minus
Link copied to clipboard
infix operator
fun
MatrixFixtureConfiguredSuite
<
T
>
.
minus
(
body
:
MatrixSuiteScope
.
(
T
)
->
Unit
)
infix operator
fun
String
.
minus
(
body
:
MatrixSuiteScope
.
(
T
)
->
Unit
)
test
Link copied to clipboard
fun
test
(
name
:
String
,
testConfig
:
<Error class: unknown class>
=
TestConfig
,
body
:
suspend
<Error class: unknown class>
.
(
T
)
->
Unit
)
test
Suite
Link copied to clipboard
fun
testSuite
(
name
:
String
,
testConfig
:
<Error class: unknown class>
=
TestConfig
,
body
:
MatrixSuiteScope
.
(
T
)
->
Unit
)