Home
last modified time | relevance | path

Searched refs:missingGoldenFile (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/motion/tests/src/platform/test/motion/
DMotionTestRuleTest.kt64 assertThat(exception.missingGoldenFile).endsWith("no_golden.json") in readGoldenTimeSeries_withUnavailableGolden_throwsGoldenNotFoundException()
/platform_testing/libraries/motion/src/platform/test/motion/
DMotionTestRule.kt222 class GoldenNotFoundException(val missingGoldenFile: String) : Exception() constant in GoldenNotFoundException