Home
last modified time | relevance | path

Searched defs:assertThat (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/motion/src/platform/test/motion/testing/
DJsonSubject.kt61 fun assertThat(json: JSONObject): JsonSubject = Truth.assertAbout(json()).that(json) in <lambda>() method
DDataPointSubject.kt68 fun <T> assertThat(dataPoint: DataPoint<T>): DataPointSubject<T> = in <lambda>() method
DDataPointTypeSubject.kt90 fun <T> assertThat(dataPointType: DataPointType<T>): DataPointTypeSubject<T> = in <lambda>() method
/platform_testing/libraries/motion/src/platform/test/motion/truth/
DTimeSeriesSubject.kt122 fun assertThat(timeSeries: TimeSeries): TimeSeriesSubject = in <lambda>() method
/platform_testing/libraries/motion/src/platform/test/motion/
DMotionTestRule.kt94 fun assertThat(recordedMotion: RecordedMotion): RecordedMotionSubject = in <lambda>() method
/platform_testing/libraries/flicker/test/src/android/tools/flicker/assertions/
DAssertionsCheckerTest.kt151 fun assertThat(entry: SimpleEntry): SimpleEntrySubject { in assertThat() method