Searched refs:readGoldenTimeSeries (Results 1 – 4 of 4) sorted by relevance
/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/ |
D | RecordedMotionSubjectTest.kt | 69 .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/ |
D | MotionTestRuleTest.kt | 54 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/ |
D | RecordedMotionSubject.kt | 63 motionTestRule.readGoldenTimeSeries(goldenIdentifier, typeRegistry) in timeSeriesMatchesGolden()
|
/platform_testing/libraries/motion/src/platform/test/motion/ |
D | MotionTestRule.kt | 108 internal fun readGoldenTimeSeries( in <lambda>() method
|