Home
last modified time | relevance | path

Searched refs:nativeValue (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/motion/src/platform/test/motion/golden/
DDataPointType.kt36 fun makeDataPoint(nativeValue: T?): DataPoint<T> { in makeDataPoint()
37 return DataPoint.of(nativeValue, this) in makeDataPoint()
/platform_testing/libraries/motion/tests/src/platform/test/motion/golden/
DDataPointTypeTest.kt53 val nativeValue = Native("one") in <lambda>() constant
54 val dataPoint = subject.makeDataPoint(nativeValue) in <lambda>()
58 assertThat(valueDataPoint.value).isSameInstanceAs(nativeValue) in <lambda>()
/platform_testing/libraries/motion/src/platform/test/motion/testing/
DDataPointSubject.kt41 fun hasNativeValue(nativeValue: T) { in <lambda>()
47 assertWithMessage("hasNativeValue").that(valueDataPoint.value).isEqualTo(nativeValue) in <lambda>()