Searched defs:goldenFile (Results 1 – 1 of 1) sorted by relevance
23 type goldenFile struct { struct24 Name string `json:"name"`25 Records []goldenRecord `json:"records"`57 func runGoldenRecords(ctx *testContext, goldenDir string, files []goldenFile) {98 func filterGoldenRecords(pattern string, files []goldenFile) []goldenFile {116 func fillGoldenResults(ctx *testContext, files []goldenFile) []goldenFile {