public class SimpleTestContainerFactory extends Object implements TestContainerFactory
SimpleContainer
.Constructor and Description |
---|
SimpleTestContainerFactory() |
Modifier and Type | Method and Description |
---|---|
TestContainer |
create(URI baseUri,
DeploymentContext context)
Create a test container instance.
|
public TestContainer create(URI baseUri, DeploymentContext context) throws IllegalArgumentException
TestContainerFactory
create
in interface TestContainerFactory
baseUri
- base URI for the test container to run at.context
- 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.