new String[] {"dummy.txt"}};
}
@Test(dataProvider = "BadOutputPaths", expectedExceptions = UserException.CouldNotCreateOutputFile.class)
public void testInvalidOutputPath(final String path) {
tracker.validateOutputPath(new OutputStreamStub(new File(path)));
}