public interface TestContainerFactory
Modifier and Type | Method and Description |
---|---|
TestContainer |
create(URI baseUri,
DeploymentContext deploymentContext)
Create a test container instance.
|
TestContainer create(URI baseUri, DeploymentContext deploymentContext)
baseUri
- base URI for the test container to run at.deploymentContext
- deployment context of the tested JAX-RS / Jersey application .IllegalArgumentException
- if deploymentContext
is not supported
by this test container factory.Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.