Searched refs:notFound (Results 1 – 7 of 7) sorted by relevance
24 import platform.test.motion.golden.DataPoint.Companion.notFound in <lambda>()74 assertThat(dataPoint).isEqualTo(notFound<Native>()) in <lambda>()
28 import platform.test.motion.golden.DataPoint.Companion.notFound119 listOf(Feature("foo", listOf(notFound(), 43.asDataPoint()))) in feature_withNotFoundDataPoints_specifiesTypeAndHandlesNotFound()
43 NotFoundDataPoint.isNotFoundValue(jsonValue) -> DataPoint.notFound() in fromJson()
47 val dataPoint = if (observing != null) using.capture(observing) else DataPoint.notFound() in capture()
43 fun <T> notFound(): DataPoint<T> { in asJson() method
38 check("isNotFound").that(actual).isEqualTo(DataPoint.notFound<T>()) in <lambda>()
136 motion.timeSeries.assertSingleFeatureMatches("foo", DataPoint.notFound()) in featureWithDataPointType_unknownNode()190 motion.timeSeries.assertSingleFeatureMatches("foo_times3", DataPoint.notFound()) in featureWithFeatureCapture_unknownNode()