public void testFailure() throws Exception {
   final MasterReport report = new MasterReport();
   report.setDataFactory(new TableDataFactory("default", new DefaultTableModel(1, 1)));
   DebugReportRunner.executeAll(report);
 }
  public void testRun() throws Exception {
    MasterReport report = new MasterReport();
    report.getRelationalGroup(0).getHeader().addElement(new SubReport());

    DebugReportRunner.executeAll(report);
  }