7273747576777879808182
.isTrue(); } @Test public void stopsAServerIfThereIsAnErrorStartingIt() throws Exception { server.addBean(new AbstractLifeCycle() { @Override protected void doStart() throws Exception { throw new IOException("oh crap"); } });