Package com.sun.jersey.test.framework.spi.container.external

Examples of com.sun.jersey.test.framework.spi.container.external.ExternalTestContainerFactory


        return new WebAppDescriptor.Builder().build();
    }

    @Override
    protected TestContainerFactory getTestContainerFactory() throws TestContainerException {
        return new ExternalTestContainerFactory();
    }
View Full Code Here

TOP

Related Classes of com.sun.jersey.test.framework.spi.container.external.ExternalTestContainerFactory

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.