Searched refs:missingGoldenFile (Results 1 – 2 of 2) sorted by relevance
64 assertThat(exception.missingGoldenFile).endsWith("no_golden.json") in readGoldenTimeSeries_withUnavailableGolden_throwsGoldenNotFoundException()
222 class GoldenNotFoundException(val missingGoldenFile: String) : Exception() constant in GoldenNotFoundException