Package org.xrace.view.admin.evenements.evenement.inscriptions

Examples of org.xrace.view.admin.evenements.evenement.inscriptions.InscriptionsEvenementCompleteReport.generate()


  public void testGenerate1() throws Exception
  {
    InscriptionsEvenementCompleteReport report = new InscriptionsEvenementCompleteReport(
        evenement1, getDossierInscriptionService());
    HSSFWorkbook wb = report.generate();
    Assert.assertEquals(6, wb.getSheetAt(0).getLastRowNum());
  }

  public void testGenerate2() throws Exception
  {
View Full Code Here


  public void testGenerate2() throws Exception
  {
    InscriptionsEvenementCompleteReport report = new InscriptionsEvenementCompleteReport(
        evenement5, getDossierInscriptionService());
    HSSFWorkbook wb = report.generate();
    Assert.assertEquals(2, wb.getSheetAt(0).getLastRowNum());
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.