Searched refs:goldenFile (Results 1 – 1 of 1) sorted by relevance
183 File goldenFile = new File(goldenPath + i + ".ser"); in produceGoldenFiles() local184 goldenFile.getParentFile().mkdirs(); in produceGoldenFiles()185 goldenFile.createNewFile(); in produceGoldenFiles()187 putObjectToStream(data[i], new FileOutputStream(goldenFile)); in produceGoldenFiles()638 File goldenFile = new File(goldenPath); in createGoldenFile() local639 goldenFile.getParentFile().mkdirs(); in createGoldenFile()640 goldenFile.createNewFile(); in createGoldenFile()642 putObjectToStream(object, new FileOutputStream(goldenFile)); in createGoldenFile()646 + goldenFile.getAbsolutePath()); in createGoldenFile()