Uses of Class
com.sun.jersey.test.framework.spi.container.TestContainerException

Packages that use TestContainerException
com.sun.jersey.test.framework Provides support for testing JAX-RS and Jersey-based applications. 
 

Uses of TestContainerException in com.sun.jersey.test.framework
 

Methods in com.sun.jersey.test.framework that throw TestContainerException
protected  TestContainerFactory JerseyTest.getTestContainerFactory()
          Get the test container factory.
 

Constructors in com.sun.jersey.test.framework that throw TestContainerException
JerseyTest()
          An extending class must implement the JerseyTest.configure() method to provide an application descriptor.
JerseyTest(AppDescriptor ad)
          Construct a new instance with an application descriptor that defines how the test container is configured.
JerseyTest(String... packages)
          Construct a new instance with an array or a colon separated list of package names which contain resource and provider classes.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.