final MasterReport report = new CountryReportAPIDemoHandler().createReport();
assertTrue(report.getItemBand().getElementCount() > 0);
final MasterReport report2 = new CountryReportXMLDemoHandler().createReport();
assertTrue(report2.getItemBand().getElementCount() > 0);
final MasterReport report3 = new CountryReportExtXMLDemoHandler().createReport();
assertTrue(report3.getItemBand().getElementCount() > 0);
final MasterReport report4 = new CountryReportSecurityXMLDemoHandler().createReport();
assertTrue(report4.getItemBand().getElementCount() > 0);
final MasterReport report5 = new CountryReportSecurityXMLDemoHandler().createReport();
assertTrue(report5.getItemBand().getElementCount() > 0);