toggle menu
0.13.0-SNAPSHOT
0.13.0-SNAPSHOT
0.12.5
jvm
switch theme
search in API
modulecheck-internal-testing
/
modulecheck.testing
/
forAllBlocking
for
All
Blocking
fun
<
A
>
forAllBlocking
(
genA
:
Gen
<
A
>
,
property
:
suspend
PropertyContext
.
(
A
)
->
Unit
)
(
source
)
@
JvmName
(
name
=
"forAllBlockingExtension"
)
fun
<
A
>
Gen
<
A
>
.
forAllBlocking
(
property
:
suspend
PropertyContext
.
(
A
)
->
Unit
)
(
source
)
shorthand for the Kotest
forAll
, but blocking and always returning Unit
Since
0.12.0