Searched refs:fileToBeCopied (Results 1 – 1 of 1) sorted by relevance
162 int fileToBeCopied, File destinationFolder, String fileName) throws Exception { in copyTestFileTo() argument166 FileUtils.copy(getTestFile(fileToBeCopied), new FileOutputStream(destination)); in copyTestFileTo()