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
Package-level
declarations
Types
Functions
Types
Mosaic
Snapshots
Link copied to clipboard
object
MosaicSnapshots
:
SnapshotStrategy
<
Mosaic
>
Snapshot
Strategy
Link copied to clipboard
fun
interface
SnapshotStrategy
<
T
>
Test
Mosaic
Link copied to clipboard
interface
TestMosaic
<
T
>
:
Mosaic
Functions
run
Mosaic
Test
Link copied to clipboard
suspend
fun
runMosaicTest
(
block
:
suspend
TestMosaic
<
String
>
.
(
)
->
Unit
)
suspend
fun
<
T
,
R
>
runMosaicTest
(
snapshotStrategy
:
SnapshotStrategy
<
T
>
,
block
:
suspend
TestMosaic
<
T
>
.
(
)
->
R
)
:
R