resourceManager.registerDefaults();
final Resource resource = resourceManager.createDirectly(url, MasterReport.class);
final MasterReport report = (MasterReport) resource.getResource();
final ReportLayouter l = new ReportLayouter
(new ReportRenderContext(report, report, null, new GlobalAuthenticationStore()));
final LogicalPageBox layout = l.layout();
ModelPrinter.INSTANCE.print(layout);
assertNotNull(MatchFactory.findElementsByElementType(layout, ItemBandType.INSTANCE));
assertNotNull(MatchFactory.findElementsByElementType(layout, SubReportType.INSTANCE));