198199200201202203204205206207208
catch (FilterUnacceptedException e) { // expected } assertFalse(securityFilter.wasCalled()); assertMessageNotSent(); } public void testMessagePropertyErrorMapping() throws Exception {
229230231232233234235236237238239
catch (FilterUnacceptedException e) { // expected } assertFalse(securityFilter.wasCalled()); assertMessageNotSent(); } @Test public void testMessagePropertyErrorMapping() throws Exception