Searched refs:goldenPath (Results 1 – 2 of 2) sorted by relevance
176 String goldenPath = outputPath + File.separatorChar in produceGoldenFiles() local183 File goldenFile = new File(goldenPath + i + ".ser"); in produceGoldenFiles()629 String goldenPath = test.getClass().getName().replace('.', in createGoldenFile() local634 goldenPath = root + File.separatorChar + goldenPath; in createGoldenFile()638 File goldenFile = new File(goldenPath); in createGoldenFile()
82 goldenPath := filepath.Join("testdata", relPath)91 err := ioutil.WriteFile(goldenPath, got, 0666)98 want, err := ioutil.ReadFile(goldenPath)110 cmd := exec.Command("diff", "-u", goldenPath, genPath)