Searched refs:oldTestFile (Results 1 – 2 of 2) sorted by relevance
97 File oldTestFile = File.createTempFile("props3", "properties"); in main() local98 oldTestFile.delete(); in main()104 OutputStream out = new FileOutputStream(oldTestFile); in main()112 InputStream in = new FileInputStream(oldTestFile); in main()
108 File oldTestFile = File.createTempFile("props3", "properties"); in testSaveLoad() local114 try (OutputStream out = new FileOutputStream(oldTestFile)) { in testSaveLoad()122 try (InputStream in = new FileInputStream(oldTestFile)) { in testSaveLoad()