3435363738394041424344
file1.delete(); file2.delete(); } public void testProducesMultiplePaths() throws IOException { DataConsumer consumer = mock(DataConsumer.class); new DataProducerFiles( new String[]{ file1.getAbsolutePath(), file2.getAbsolutePath() },
6061626364656667686970
); } } public void testProducesMultiplePathsNoDestination() throws IOException { DataConsumer consumer = mock(DataConsumer.class); new DataProducerFiles( new String[]{ file1.getAbsolutePath(), file2.getAbsolutePath() },