Beispiel #1
0
 /**
  * Start server.
  *
  * @throws Exception exception
  */
 @BeforeClass
 public static void start() throws Exception {
   init(RESTURL, true);
   ctx = new Context();
 }