@DataProvider(name = "GATKReportCreationTest")
public Object[][] makeGATKReportCreationTest() {
List<Object[]> tests = new ArrayList<Object[]>();
final Walker readWalker = new CountReads();
final Walker lociWalker = new CountLoci();
final Walker rodWalker = new CountRODs();
final Walker artWalker = new RunReportDummyActiveRegionWalker();
final Exception noException = null;
final Exception javaException = new IllegalArgumentException("javaException");
final Exception stingException = new ReviewedGATKException("GATKException");
final Exception userException = new UserException("userException");