Package | Description |
---|---|
com.sun.jersey.test.framework |
Provides support for testing JAX-RS and Jersey-based applications.
|
com.sun.jersey.test.framework.spi.container.grizzly2 | |
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 |
---|---|
LowLevelAppDescriptor |
LowLevelAppDescriptor.Builder.build()
Build the low-level application descriptor.
|
static LowLevelAppDescriptor |
LowLevelAppDescriptor.transform(WebAppDescriptor wad)
Transform a Web-based application descriptor into a low-level
application descriptor.
|
Modifier and Type | Method and Description |
---|---|
Class<LowLevelAppDescriptor> |
GrizzlyTestContainerFactory.supports() |
Modifier and Type | Method and Description |
---|---|
Class<LowLevelAppDescriptor> |
HTTPContainerFactory.supports() |
Modifier and Type | Method and Description |
---|---|
Class<LowLevelAppDescriptor> |
InMemoryTestContainerFactory.supports() |
Copyright © 2013 Oracle Corporation. All rights reserved.