Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
fun interface SnapshotStrategy<T>
Link copied to clipboard
interface TestMosaic<T> : Mosaic

Functions

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