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