250251252253254255256257258259260
} }; Throwable error = null; try { filter.statement_execute(chain, statement, sql, new String[0]); } catch (Throwable ex) { error = ex; } Assert.assertNotNull(error); }
268269270271272273274275276277278