Dispatch
dispatch-internal-test-android
/
dispatch.internal.test.android
/
FakeLifecycleOwner
Fake
Lifecycle
Owner
open
class
FakeLifecycleOwner
(
initialState
:
Lifecycle.State
,
mainDispatcher
:
CoroutineDispatcher
)
:
LifecycleOwner
Content copied to clipboard
Functions
Properties
Sources
Functions
create
Link copied to clipboard
fun
create
(
)
Content copied to clipboard
destroy
Link copied to clipboard
fun
destroy
(
)
Content copied to clipboard
get
Lifecycle
Link copied to clipboard
open
override
fun
getLifecycle
(
)
:
FakeLifecycle
Content copied to clipboard
get
Observer
Count
Link copied to clipboard
fun
getObserverCount
(
)
:
Int
Content copied to clipboard
initialize
Link copied to clipboard
fun
initialize
(
)
Content copied to clipboard
pause
Link copied to clipboard
fun
pause
(
)
Content copied to clipboard
resume
Link copied to clipboard
fun
resume
(
)
Content copied to clipboard
start
Link copied to clipboard
fun
start
(
)
Content copied to clipboard
step
Down
Link copied to clipboard
fun
stepDown
(
)
Content copied to clipboard
step
Up
Link copied to clipboard
fun
stepUp
(
)
Content copied to clipboard
stop
Link copied to clipboard
fun
stop
(
)
Content copied to clipboard
Properties
fakeLifecycle
Link copied to clipboard
val
fakeLifecycle
:
FakeLifecycle
Content copied to clipboard
Sources
androidJvm source
Link copied to clipboard