AnimationClockTestRule
Kotlin
|Java
interface AnimationClockTestRule : TestRule
androidx.compose.ui.test.junit4.AnimationClockTestRule |
Summary
Public methods | |
---|---|
open Unit |
advanceClock(milliseconds: Long) Convenience method for calling |
open Unit |
Convenience method for calling |
open Unit |
Convenience method for calling |
Properties | |
---|---|
abstract TestAnimationClock |
The ambient animation clock that is provided at the root of the composition tree. |
open Boolean |
Convenience property for calling |
Public methods
advanceClock
open fun advanceClock(milliseconds: Long): Unit
Convenience method for calling clock.advanceClock()
Properties
clock
abstract val clock: TestAnimationClock
The ambient animation clock that is provided at the root of the composition tree.