Package | Description |
---|---|
com.sun.jersey.test.framework |
Provides support for testing JAX-RS and Jersey-based applications.
|
Modifier and Type | Method and Description |
---|---|
protected TestContainerFactory |
JerseyTest.getTestContainerFactory()
Get the test container factory.
|
Constructor and Description |
---|
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.