Searched refs:motionTestRule (Results 1 – 2 of 2) sorted by relevance
42 private val motionTestRule: MotionTestRule<*>, constant63 motionTestRule.readGoldenTimeSeries(goldenIdentifier, typeRegistry) in timeSeriesMatchesGolden()80 motionTestRule.writeGeneratedTimeSeries(goldenIdentifier, recordedMotion, result) in timeSeriesMatchesGolden()100 checkNotNull(motionTestRule.bitmapDiffer) { in filmstripMatchesGolden()
87 val motionTestRule = this in MotionTestRule() constant88 toolkit.testScope.runTest(timeout) { testBody.invoke(motionTestRule) } in MotionTestRule()