mosaic
Toggle table of contents
0.17.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mosaic
mosaic-testing
/
com.jakewharton.mosaic.testing
/
runMosaicTest
run
Mosaic
Test
suspend
fun
runMosaicTest
(
block
:
suspend
TestMosaic
<
String
>
.
(
)
->
Unit
)
suspend
fun
<
T
,
R
>
runMosaicTest
(
snapshotStrategy
:
SnapshotStrategy
<
T
>
,
block
:
suspend
TestMosaic
<
T
>
.
(
)
->
R
)
:
R