287288289290291292293294295296297
} }; Throwable error = null; try { filter.statement_executeBatch(chain, statement); } catch (Throwable ex) { error = ex; } Assert.assertNotNull(error); }
304305306307308309310311312313314
321322323324325326327328329330331