* @throws ContentProcessingException
*/
public void testKeepTogetherEffect() throws ReportProcessingException, ContentProcessingException
{
final MasterReport report = new MasterReport();
report.setPageDefinition(new SimplePageDefinition(new PageSize(500, 100)));
final Band detailBody = new Band();
detailBody.setLayout(BandStyleKeys.LAYOUT_BLOCK);
detailBody.setName("detail-body");
detailBody.getStyle().setStyleProperty(ElementStyleKeys.AVOID_PAGEBREAK_INSIDE, true);