Orbit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Orbit
orbit-test
/
com.aman.orbit.test
Package-level
declarations
Types
Functions
Types
Fake
Navigator
Link copied to clipboard
class
FakeNavigator
(
initialScreens
:
Screen
)
:
Navigator
Fake
Overlay
Host
Link copied to clipboard
class
FakeOverlayHost
:
OverlayHost
Functions
test
Link copied to clipboard
suspend
fun
<
UiState
:
OrbitUiState
>
Presenter
<
UiState
>
.
test
(
timeout
:
Duration
?
=
null
,
name
:
String
?
=
null
,
block
:
suspend
ReceiveTurbine
<
UiState
>
.
(
)
->
Unit
)