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

    DebugReportRunner.executeAll(report);
  }