Searched defs:assertThat (Results 1 – 6 of 6) sorted by relevance
61 fun assertThat(json: JSONObject): JsonSubject = Truth.assertAbout(json()).that(json) in <lambda>() method
68 fun <T> assertThat(dataPoint: DataPoint<T>): DataPointSubject<T> = in <lambda>() method
90 fun <T> assertThat(dataPointType: DataPointType<T>): DataPointTypeSubject<T> = in <lambda>() method
122 fun assertThat(timeSeries: TimeSeries): TimeSeriesSubject = in <lambda>() method
94 fun assertThat(recordedMotion: RecordedMotion): RecordedMotionSubject = in <lambda>() method
151 fun assertThat(entry: SimpleEntry): SimpleEntrySubject { in assertThat() method