Home
last modified time | relevance | path

Searched refs:notFound (Results 1 – 7 of 7) sorted by relevance

/platform_testing/libraries/motion/tests/src/platform/test/motion/golden/
DDataPointTypeTest.kt24 import platform.test.motion.golden.DataPoint.Companion.notFound in <lambda>()
74 assertThat(dataPoint).isEqualTo(notFound<Native>()) in <lambda>()
DJsonGoldenSerializerTest.kt28 import platform.test.motion.golden.DataPoint.Companion.notFound
119 listOf(Feature("foo", listOf(notFound(), 43.asDataPoint()))) in feature_withNotFoundDataPoints_specifiesTypeAndHandlesNotFound()
/platform_testing/libraries/motion/src/platform/test/motion/golden/
DDataPointType.kt43 NotFoundDataPoint.isNotFoundValue(jsonValue) -> DataPoint.notFound() in fromJson()
DTimeSeriesCapture.kt47 val dataPoint = if (observing != null) using.capture(observing) else DataPoint.notFound() in capture()
DDataPoint.kt43 fun <T> notFound(): DataPoint<T> { in asJson() method
/platform_testing/libraries/motion/src/platform/test/motion/testing/
DDataPointSubject.kt38 check("isNotFound").that(actual).isEqualTo(DataPoint.notFound<T>()) in <lambda>()
/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/
DMotionTestValuesTest.kt136 motion.timeSeries.assertSingleFeatureMatches("foo", DataPoint.notFound()) in featureWithDataPointType_unknownNode()
190 motion.timeSeries.assertSingleFeatureMatches("foo_times3", DataPoint.notFound()) in featureWithFeatureCapture_unknownNode()