Searched refs:RecordedMotionSubject (Results 1 – 2 of 2) sorted by relevance
37 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>()
38 class RecordedMotionSubject class