Searched refs:goldenFile (Results 1 – 1 of 1) sorted by relevance
184 File goldenFile = new File(goldenPath + i + ".ser"); in produceGoldenFiles() local185 goldenFile.getParentFile().mkdirs(); in produceGoldenFiles()186 goldenFile.createNewFile(); in produceGoldenFiles()188 putObjectToStream(data[i], new FileOutputStream(goldenFile)); in produceGoldenFiles()643 File goldenFile = new File(goldenPath); in createGoldenFile() local644 goldenFile.getParentFile().mkdirs(); in createGoldenFile()645 goldenFile.createNewFile(); in createGoldenFile()647 putObjectToStream(object, new FileOutputStream(goldenFile)); in createGoldenFile()651 + goldenFile.getAbsolutePath()); in createGoldenFile()