protected FileListProvider openFileList(
String targetName,
String batchId,
String jobflowId,
String executionId) throws IOException {
return new StreamFileListProvider() {
@Override
protected InputStream getInputStream() throws IOException {
UnitTestUtil.createFileList(new File(testFile), target);
return new FileInputStream(target);