Home
last modified time | relevance | path

Searched refs:motionTestRule (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/motion/src/platform/test/motion/truth/
DRecordedMotionSubject.kt42 private val motionTestRule: MotionTestRule<*>, constant
63 motionTestRule.readGoldenTimeSeries(goldenIdentifier, typeRegistry) in timeSeriesMatchesGolden()
80 motionTestRule.writeGeneratedTimeSeries(goldenIdentifier, recordedMotion, result) in timeSeriesMatchesGolden()
100 checkNotNull(motionTestRule.bitmapDiffer) { in filmstripMatchesGolden()
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DComposeToolkit.kt87 val motionTestRule = this in MotionTestRule() constant
88 toolkit.testScope.runTest(timeout) { testBody.invoke(motionTestRule) } in MotionTestRule()