band.addElement(table);
final LogicalPageBox logicalPageBox = DebugReportRunner.layoutSingleBand(report, band, false, false);
//ModelPrinter.print(logicalPageBox);
final DescendantMatcher matcher = new DescendantMatcher
(new ElementMatcher("TableCellRenderBox"));
final RenderNode[] all = MatchFactory.matchAll(logicalPageBox, matcher);
assertEquals(0, all.length);
}