Package org.glassfish.jersey.tests.performance.mbw.parametrized

Examples of org.glassfish.jersey.tests.performance.mbw.parametrized.JerseyApp


    private final JerseyApp jerseyApp;
    private final String[] args;
    private static final Logger LOGGER = Logger.getLogger(JerseyAppTestContainer.class.getName());

    public JerseyAppTestContainer(URI baseUri, String args[]) {
        jerseyApp = new JerseyApp();
        this.baseUri = baseUri;
        this.args = args;
    }
View Full Code Here

TOP

Related Classes of org.glassfish.jersey.tests.performance.mbw.parametrized.JerseyApp

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.