Uses of Class
com.sun.jersey.test.framework.AppDescriptor

Packages that use AppDescriptor
com.sun.jersey.test.framework Provides support for testing JAX-RS and Jersey-based applications. 
com.sun.jersey.test.framework.spi.container Provides support for test container factories and test containers. 
 

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

Classes in com.sun.jersey.test.framework with type parameters of type AppDescriptor
protected static class AppDescriptor.AppDescriptorBuilder<T extends AppDescriptor.AppDescriptorBuilder,V extends AppDescriptor>
          The base builder for building an application descriptor.
 

Subclasses of AppDescriptor in com.sun.jersey.test.framework
 class LowLevelAppDescriptor
          A low-level application descriptor.
 class WebAppDescriptor
          A Web-based application descriptor.
 

Methods in com.sun.jersey.test.framework that return AppDescriptor
protected  AppDescriptor JerseyTest.configure()
          Return an application descriptor that defines how the test container is configured.
 

Methods in com.sun.jersey.test.framework with parameters of type AppDescriptor
protected  Client JerseyTest.getClient(TestContainer tc, AppDescriptor ad)
          Creates an instance of Client.
 

Constructors in com.sun.jersey.test.framework with parameters of type AppDescriptor
JerseyTest(AppDescriptor ad)
          Construct a new instance with an application descriptor that defines how the test container is configured.
 

Uses of AppDescriptor in com.sun.jersey.test.framework.spi.container
 

Methods in com.sun.jersey.test.framework.spi.container with type parameters of type AppDescriptor
<T extends AppDescriptor>
java.lang.Class<T>
TestContainerFactory.supports()
          Get the application descriptor class supported by this test container factory.
 

Methods in com.sun.jersey.test.framework.spi.container with parameters of type AppDescriptor
 TestContainer TestContainerFactory.create(java.net.URI baseUri, AppDescriptor ad)
          Create a test container.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.