Home
last modified time | relevance | path

Searched refs:readGoldenTimeSeries (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/
DRecordedMotionSubjectTest.kt69 .readGoldenTimeSeries(any(), any()) in <lambda>()
91 .readGoldenTimeSeries(anyString(), any()) in <lambda>()
104 .readGoldenTimeSeries(any(), any()) in <lambda>()
123 verify(motionRule, never()).readGoldenTimeSeries(any(), any()) in <lambda>()
138 verify(motionRule, never()).readGoldenTimeSeries(any(), any()) in <lambda>()
/platform_testing/libraries/motion/tests/src/platform/test/motion/
DMotionTestRuleTest.kt54 assertThat(subject.readGoldenTimeSeries("empty_timeseries", emptyMap())) in readGoldenTimeSeries_withExistingGolden_returnsParsedJson()
62 subject.readGoldenTimeSeries("no_golden", emptyMap()) in readGoldenTimeSeries_withUnavailableGolden_throwsGoldenNotFoundException()
70 subject.readGoldenTimeSeries("invalid_json_data", emptyMap()) in readGoldenTimeSeries_withInvalidJsonFile_throwsJSONException()
/platform_testing/libraries/motion/src/platform/test/motion/truth/
DRecordedMotionSubject.kt63 motionTestRule.readGoldenTimeSeries(goldenIdentifier, typeRegistry) in timeSeriesMatchesGolden()
/platform_testing/libraries/motion/src/platform/test/motion/
DMotionTestRule.kt108 internal fun readGoldenTimeSeries( in <lambda>() method