Package | Description |
---|---|
org.glassfish.jersey.test |
Jersey test framework common classes that support testing JAX-RS and Jersey-based applications.
|
org.glassfish.jersey.test.external |
Jersey test framework external container provider classes.
|
org.glassfish.jersey.test.grizzly |
Jersey test framework Grizzly 2 container provider classes.
|
org.glassfish.jersey.test.inmemory |
Jersey test framework in-memory provider classes.
|
org.glassfish.jersey.test.jdkhttp |
Jersey test framework for JDK HttpServer Container.
|
org.glassfish.jersey.test.jetty |
Jersey test framework for Jetty Http Container.
|
org.glassfish.jersey.test.simple |
Jersey test framework for Simple Container classes.
|
Modifier and Type | Method and Description |
---|---|
protected TestContainerFactory |
JerseyTest.getTestContainerFactory()
Return an instance of
TestContainerFactory class. |
Constructor and Description |
---|
ContainerPerClassTest(TestContainerFactory testContainerFactory) |
ContainerPerMethodTest(TestContainerFactory testContainerFactory) |
JerseyTest(TestContainerFactory testContainerFactory)
Initialize JerseyTest instance and specify the test container factory to be used by this test.
|
JerseyTestNg(TestContainerFactory testContainerFactory)
Initialize JerseyTestNg instance and specify the test container factory to be used by this test.
|
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
Jersey test framework container factory implementation based on Grizzly 2.x HTTP server.
|
class |
GrizzlyWebTestContainerFactory
A Servlet-based test container factory for creating test container instances using Grizzly.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryTestContainerFactory
In-memory test container factory.
|
Modifier and Type | Class and Description |
---|---|
class |
JdkHttpServerTestContainerFactory
Factory for testing
JdkHttpHandlerContainer . |
Modifier and Type | Class and Description |
---|---|
class |
JettyTestContainerFactory
Factory for testing
JettyHttpContainer . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTestContainerFactory
Factory for testing
SimpleContainer . |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.