mosaic
Toggle table of contents
0.18.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mosaic
mosaic-testing
/
com.jakewharton.mosaic.testing
/
TestMosaic
Test
Mosaic
interface
TestMosaic
<
T
>
:
Mosaic
Members
Properties
state
Link copied to clipboard
abstract
val
state
:
TestTerminal.State
Functions
await
Complete
Link copied to clipboard
abstract
suspend
fun
awaitComplete
(
)
await
Snapshot
Link copied to clipboard
abstract
suspend
fun
awaitSnapshot
(
duration
:
Duration
=
1.seconds
)
:
T
cancel
Link copied to clipboard
abstract
fun
cancel
(
)
draw
Link copied to clipboard
abstract
fun
draw
(
)
:
TextCanvas
dump
Nodes
Link copied to clipboard
abstract
fun
dumpNodes
(
)
:
String
send
Key
Event
Link copied to clipboard
abstract
fun
sendKeyEvent
(
keyEvent
:
KeyboardEvent
)
set
Content
Link copied to clipboard
abstract
fun
setContent
(
content
:
(
)
->
Unit
)
set
Content
And
Snapshot
Link copied to clipboard
abstract
fun
setContentAndSnapshot
(
content
:
@
Composable
(
)
->
Unit
)
:
T
static
Link copied to clipboard
abstract
fun
static
(
)
:
String
?