toggle menu
Turbine
common
switch theme
search in API
Turbine
/
app.cash.turbine
/
TurbineContext
Turbine
Context
interface
TurbineContext
:
CoroutineScope
Inheritors
TurbineTestContext
Members
Properties
coroutine
Context
Link copied to clipboard
abstract
val
coroutineContext
:
CoroutineContext
Functions
test
In
Link copied to clipboard
abstract
fun
<
R
>
Flow
<
R
>
.
testIn
(
scope
:
CoroutineScope
,
timeout
:
Duration
?
=
null
,
name
:
String
?
=
null
)
:
ReceiveTurbine
<
R
>