Package com.google.sitebricks.acceptance.util

Examples of com.google.sitebricks.acceptance.util.JettyAcceptanceTest.start()


* @author dhanji@gmail.com (Dhanji R. Prasanna)
*/
public class Server {
  public static void main(String[] args) throws Exception {
    JettyAcceptanceTest acceptanceTest = new JettyAcceptanceTest(8080);
    acceptanceTest.start();
    acceptanceTest.join();
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.