Package com.sun.jersey.test.framework

Examples of com.sun.jersey.test.framework.JerseyTest


//          .Builder(config)
//          .build();
//      }
//    };

    this.test = new JerseyTest() {

      @Override
      protected URI getBaseURI() {
        return URI.create("http://localhost:8080/");
      }
View Full Code Here

TOP

Related Classes of com.sun.jersey.test.framework.JerseyTest

Copyright © 2018 www.massapicom. 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.