60616263646566
/** * Spin up an instance of the demo server. */ @BeforeClass public static void beforeClass() { assertTrue(new DemoServer().start(PORT)); }