Searched refs:GoldenNotFoundException (Results 1 – 4 of 4) sorted by relevance
24 import platform.test.motion.GoldenNotFoundException71 } catch (e: GoldenNotFoundException) { in timeSeriesMatchesGolden()
39 import platform.test.motion.GoldenNotFoundException in <lambda>()67 doAnswer { throw GoldenNotFoundException(it.getArgument(0)) } in <lambda>()
119 throw GoldenNotFoundException(path) in <lambda>()222 class GoldenNotFoundException(val missingGoldenFile: String) : Exception() class
61 assertThrows(GoldenNotFoundException::class.java) { in readGoldenTimeSeries_withUnavailableGolden_throwsGoldenNotFoundException()