Home
last modified time | relevance | path

Searched refs:MotionTestRule (Results 1 – 9 of 9) sorted by relevance

/platform_testing/libraries/motion/src/platform/test/motion/view/
DViewToolkit.kt27 import platform.test.motion.MotionTestRule in <lambda>()
118 fun <T> MotionTestRule<ViewToolkit>.record( in record()
126 internal fun <T> MotionTestRule<ViewToolkit>.recordSeekableAnimation( in recordSeekableAnimation()
/platform_testing/libraries/motion/src/platform/test/motion/truth/
DRecordedMotionSubject.kt25 import platform.test.motion.MotionTestRule
42 private val motionTestRule: MotionTestRule<*>,
/platform_testing/libraries/motion/src/platform/test/motion/
DRecordedMotion.kt58 fun MotionTestRule<*>.create(timeSeries: TimeSeries, screenshots: List<Bitmap>?) = in <lambda>() method
DMotionTestRule.kt56 class MotionTestRule<Toolkit>( in <lambda>() class
/platform_testing/libraries/motion/tests/src/platform/test/motion/view/
DViewToolkitTest.kt28 import platform.test.motion.MotionTestRule in <lambda>()
53 MotionTestRule( in <lambda>()
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DComposeToolkit.kt55 import platform.test.motion.MotionTestRule in <lambda>()
83 fun MotionTestRule<ComposeToolkit>.runTest( in MotionTestRule() method
85 testBody: suspend MotionTestRule<ComposeToolkit>.() -> Unit in MotionTestRule()
102 ): MotionTestRule<ComposeToolkit> { in createComposeMotionTestRule()
106 return MotionTestRule( in createComposeMotionTestRule()
200 fun MotionTestRule<ComposeToolkit>.recordMotion( in recordMotion() method
/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/
DRecordedMotionSubjectTest.kt40 import platform.test.motion.MotionTestRule in <lambda>()
59 spy(MotionTestRule(Unit, goldenPathManager, bitmapDiffer)) { in <lambda>()
/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/
DComposeToolkitTest.kt61 import platform.test.motion.MotionTestRule in <lambda>()
381 private fun MotionTestRule<ComposeToolkit>.assertThatFrameCountValues( in <lambda>() method
595 private fun MotionTestRule<ComposeToolkit>.assertThatFrameCountValuesImpl( in <lambda>() method
/platform_testing/libraries/motion/tests/src/platform/test/motion/
DMotionTestRuleTest.kt42 private val subject = MotionTestRule(Unit, goldenPathManager)