Package | Description |
---|---|
org.jboss.arquillian.container.spi.client.deployment | |
org.jboss.arquillian.container.test.impl.client |
Modifier and Type | Field and Description |
---|---|
static DeploymentTargetDescription |
DeploymentTargetDescription.DEFAULT |
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentScenario.deployment(DeploymentTargetDescription target)
Get a
DeploymentDescription with a specific name if it exists. |
private Deployment |
DeploymentScenario.findMatchingDeployment(DeploymentTargetDescription target)
Validation, names except DEFAULT should be unique.
|
private java.util.List<Deployment> |
DeploymentScenario.findMatchingDeployments(DeploymentTargetDescription target) |
Modifier and Type | Method and Description |
---|---|
private DeploymentTargetDescription |
ContainerEventController.locateDeployment(java.lang.reflect.Method method) |