63646566676869
* Makes sure that a "hollow" TestServer (either local or remote, depending on the nature of the * test), exists and it's ready to be started. */ public static synchronized Server create() throws Exception { return new LocalTestServer(); }