5859606162636465666768
// Startup and shutdown try { server.start(); server.shutdown(); } catch (Exception e) { e.printStackTrace(); TestCase.fail("Startup/shutdown sequence without proper configuration should be clean, got exception: " + e);