Searched refs:getLocalCSVFile (Results 1 – 1 of 1) sorted by relevance
76 try (CSVWriter writer = new CSVWriter(getLocalCSVFile())) { in test()93 public static File getLocalCSVFile() { in getLocalCSVFile() method in NNScoringTest100 File localResults = getLocalCSVFile(); in beforeClass()117 Files.copy(getLocalCSVFile().toPath(), externalStorageCSVFile.toPath()); in afterClass()