TestMosaic

interface TestMosaic<T> : Mosaic

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract suspend fun awaitComplete()
Link copied to clipboard
abstract suspend fun awaitSnapshot(duration: Duration = 1.seconds): T
Link copied to clipboard
abstract fun cancel()
Link copied to clipboard
abstract fun draw(): TextCanvas
Link copied to clipboard
abstract fun dumpNodes(): String
Link copied to clipboard
abstract fun sendKeyEvent(keyEvent: KeyboardEvent)
Link copied to clipboard
abstract fun setContent(content: () -> Unit)
Link copied to clipboard
abstract fun setContentAndSnapshot(content: @Composable () -> Unit): T
Link copied to clipboard
abstract fun static(): String?