final CompoundDataFactory ccdf = new CascadingDataFactory();
ccdf.add(caDf);
ccdf.add(new StaticDataFactory());
assertTrue(ccdf.isQueryExecutable("static", new StaticDataRow()));
assertNotNull(ccdf.queryData("static", new StaticDataRow()));
}
public void testLineBreaksOnStart() throws ReportProcessingException, ContentProcessingException
{
Element textField = new Element();