Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/src/platform/test/motion/truth/
DRecordedMotionSubject.kt24 import platform.test.motion.GoldenNotFoundException
71 } catch (e: GoldenNotFoundException) { in timeSeriesMatchesGolden()
/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/
DRecordedMotionSubjectTest.kt39 import platform.test.motion.GoldenNotFoundException in <lambda>()
67 doAnswer { throw GoldenNotFoundException(it.getArgument(0)) } in <lambda>()
/platform_testing/libraries/motion/src/platform/test/motion/
DMotionTestRule.kt119 throw GoldenNotFoundException(path) in <lambda>()
222 class GoldenNotFoundException(val missingGoldenFile: String) : Exception() class
/platform_testing/libraries/motion/tests/src/platform/test/motion/
DMotionTestRuleTest.kt61 assertThrows(GoldenNotFoundException::class.java) { in readGoldenTimeSeries_withUnavailableGolden_throwsGoldenNotFoundException()