Package | Description |
---|---|
com.sun.jersey.test.framework |
Provides support for testing JAX-RS and Jersey-based applications.
|
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 | Method and Description |
---|---|
protected TestContainerFactory |
JerseyTest.getTestContainerFactory()
Get the test container factory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JerseyTest.setTestContainerFactory(TestContainerFactory testContainerFactory)
Sets the test container factory to to be used for testing.
|
Constructor and Description |
---|
JerseyTest(TestContainerFactory testContainerFactory)
Construct a new instance with a test container factory.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalTestContainerFactory
A Web-based test container factory for creating test container instances
when the Web application is independently deployed in a separate JVM to that
of the tests.
|
Modifier and Type | Class and Description |
---|---|
class |
GrizzlyTestContainerFactory
A low-level test container factory for creating test container instances
using Grizzly 2.
|
Modifier and Type | Class and Description |
---|---|
class |
GrizzlyWebTestContainerFactory
A Web-based test container factory for creating test container instances
using Grizzly 2.
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPContainerFactory
A low-level test container factory for creating test container instances
using the Light Weight HTTP server.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryTestContainerFactory
A low-level test container factory for creating test container instances
when testing in memory without using underlying HTTP client and server side
functionality to send requests and receive responses.
|
Copyright © 2013 Oracle Corporation. All rights reserved.