//
MockClient client = app.client();
MockViewBridge render = client.render();
MockRequestBridge request = client.invoke(render.assertStringResponse());
request.assertFailure(ConcurrentModificationException.class);
}
@Test
public void testResourceError() throws Exception {
MockApplication<?> app = application("plugin.controller.resource.throwable.error").init();