Package | Description |
---|---|
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.
|
com.sun.jersey.test.framework.spi.container.external | |
com.sun.jersey.test.framework.spi.container.grizzly2 | |
com.sun.jersey.test.framework.spi.container.grizzly2.web | |
com.sun.jersey.test.framework.spi.container.http |
Provides low-level support for testing with the Light Weight HTTP server.
|
com.sun.jersey.test.framework.spi.container.inmemory |
Provides low-level support for testing in-memory.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AppDescriptor.AppDescriptorBuilder<T extends AppDescriptor.AppDescriptorBuilder,V extends AppDescriptor>
The base builder for building an application descriptor.
|
Modifier and Type | Class and Description |
---|---|
class |
LowLevelAppDescriptor
A low-level application descriptor.
|
class |
WebAppDescriptor
A Web-based application descriptor.
|
Modifier and Type | Method and Description |
---|---|
protected AppDescriptor |
JerseyTest.configure()
Return an application descriptor that defines how the test container
is configured.
|
Modifier and Type | Method and Description |
---|---|
protected Client |
JerseyTest.getClient(TestContainer tc,
AppDescriptor ad)
Creates an instance of
Client . |
Constructor and Description |
---|
JerseyTest(AppDescriptor ad)
Construct a new instance with an application descriptor that defines
how the test container is configured.
|
Modifier and Type | Method and Description |
---|---|
<T extends AppDescriptor> |
TestContainerFactory.supports()
Get the application descriptor class supported by this test container
factory.
|
Modifier and Type | Method and Description |
---|---|
TestContainer |
TestContainerFactory.create(URI baseUri,
AppDescriptor ad)
Create a test container.
|
Modifier and Type | Method and Description |
---|---|
TestContainer |
ExternalTestContainerFactory.create(URI baseUri,
AppDescriptor ad) |
Modifier and Type | Method and Description |
---|---|
TestContainer |
GrizzlyTestContainerFactory.create(URI baseUri,
AppDescriptor ad) |
Modifier and Type | Method and Description |
---|---|
TestContainer |
GrizzlyWebTestContainerFactory.create(URI baseUri,
AppDescriptor ad) |
Modifier and Type | Method and Description |
---|---|
TestContainer |
HTTPContainerFactory.create(URI baseUri,
AppDescriptor ad) |
Modifier and Type | Method and Description |
---|---|
TestContainer |
InMemoryTestContainerFactory.create(URI baseUri,
AppDescriptor ad) |
Copyright © 2013 Oracle Corporation. All rights reserved.