Searched defs:goldenFile (Results 1 – 4 of 4) sorted by relevance
24 type goldenFile struct { struct25 Name string `json:"name"`26 Records []goldenRecord `json:"records"`58 func runGoldenRecords(ctx *testContext, goldenDir string, files []goldenFile) {99 func filterGoldenRecords(pattern string, files []goldenFile) []goldenFile {117 func fillGoldenResults(ctx *testContext, files []goldenFile) []goldenFile {
93 public JavaFileObject goldenFile(String qualifiedName) throws IOException { in goldenFile() method in GoldenFileRule
103 File goldenFile = in compressGoldenFile() local
183 private JavaFileObject goldenFile(String resourceName) { in goldenFile() method in AutoFactoryProcessorTest