This is not meant to be performant or accurate. In fact, having the server misbehave is a useful trait during testing.
174175176177178179180181
} @Before public void startServer() throws Exception { server = new BlockheadServer(); server.start(); }
5354555657585960
315316317318319320321322