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.netty | |
org.glassfish.jersey.test.simple |
Jersey test framework for Simple Container classes.
|
org.glassfish.jersey.test.spi |
Jersey test framework service provider contract (SPI) classes.
|
Modifier and Type | Method and Description |
---|---|
TestContainer |
ContainerPerClassTestNgStrategy.testContainer() |
TestContainer |
ContainerPerMethodTestNgStrategy.testContainer() |
TestContainer |
ContainerPerClassTestNgStrategy.testContainer(TestContainer testContainer) |
TestContainer |
ContainerPerMethodTestNgStrategy.testContainer(TestContainer testContainer) |
Modifier and Type | Method and Description |
---|---|
TestContainer |
ContainerPerClassTestNgStrategy.testContainer(TestContainer testContainer) |
TestContainer |
ContainerPerMethodTestNgStrategy.testContainer(TestContainer testContainer) |
Modifier and Type | Method and Description |
---|---|
TestContainer |
ExternalTestContainerFactory.create(URI baseUri,
DeploymentContext context) |
Modifier and Type | Method and Description |
---|---|
TestContainer |
GrizzlyTestContainerFactory.create(URI baseUri,
DeploymentContext context) |
TestContainer |
GrizzlyWebTestContainerFactory.create(URI baseUri,
DeploymentContext context) |
Modifier and Type | Method and Description |
---|---|
TestContainer |
InMemoryTestContainerFactory.create(URI baseUri,
DeploymentContext context) |
Modifier and Type | Method and Description |
---|---|
TestContainer |
JdkHttpServerTestContainerFactory.create(URI baseUri,
DeploymentContext context) |
Modifier and Type | Method and Description |
---|---|
TestContainer |
JettyTestContainerFactory.create(URI baseUri,
DeploymentContext context) |
Modifier and Type | Method and Description |
---|---|
TestContainer |
NettyTestContainerFactory.create(URI baseUri,
DeploymentContext deploymentContext) |
Modifier and Type | Method and Description |
---|---|
TestContainer |
SimpleTestContainerFactory.create(URI baseUri,
DeploymentContext context) |
Modifier and Type | Method and Description |
---|---|
TestContainer |
TestContainerFactory.create(URI baseUri,
DeploymentContext deploymentContext)
Create a test container instance.
|
TestContainer |
TestNgStrategy.testContainer()
Return a test container to run the tests in.
|
TestContainer |
TestNgStrategy.testContainer(TestContainer testContainer)
Set a new test container instance to run the tests in and return the old, previously stored, instance.
|
Modifier and Type | Method and Description |
---|---|
TestContainer |
TestNgStrategy.testContainer(TestContainer testContainer)
Set a new test container instance to run the tests in and return the old, previously stored, instance.
|
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.