Package com.thoughtworks.inproctester.jerseytester.container

Examples of com.thoughtworks.inproctester.jerseytester.container.InMemoryTestContainerFactoryEx


    private Client client;

    @BeforeClass
    public static void start() {
        testContainer = new InMemoryTestContainerFactoryEx().create(
                UriBuilder.fromUri("http://localhost/").port(8080).build(),
                new LowLevelAppDescriptor.Builder(TestApplication.resourceConfig()).build());

        testContainer.start();
    }
View Full Code Here

TOP

Related Classes of com.thoughtworks.inproctester.jerseytester.container.InMemoryTestContainerFactoryEx

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.