public void testGetReportLock() throws Exception {
   assertEquals(xmlPageableOutput, xmlPageableOutput.getReportLock());
 }
 public void testSupportsPagination() throws Exception {
   assertEquals(true, xmlPageableOutput.supportsPagination());
 }