Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/src/platform/test/motion/
DMotionTestRule.kt37 import platform.test.motion.truth.RecordedMotionSubject in <lambda>()
87 fun motion(): Subject.Factory<RecordedMotionSubject, RecordedMotion> { in <lambda>()
89 RecordedMotionSubject(failureMetadata, subject, this) in <lambda>()
94 fun assertThat(recordedMotion: RecordedMotion): RecordedMotionSubject = in <lambda>()
/platform_testing/libraries/motion/src/platform/test/motion/truth/
DRecordedMotionSubject.kt38 class RecordedMotionSubject class