Package | Description |
---|---|
org.jboss.arquillian.container.spi.client.deployment | |
org.jboss.arquillian.container.spi.event | |
org.jboss.arquillian.container.test.impl |
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentScenario.deployment(DeploymentTargetDescription target)
Get a
DeploymentDescription with a specific name if it exists. |
Modifier and Type | Method and Description |
---|---|
List<Deployment> |
DeploymentScenario.deployedDeployments() |
List<Deployment> |
DeploymentScenario.deployedDeploymentsInUnDeployOrder() |
List<Deployment> |
DeploymentScenario.deployments() |
List<Deployment> |
DeploymentScenario.deploymentsInError() |
List<Deployment> |
DeploymentScenario.managedDeploymentsInDeployOrder() |
List<Deployment> |
DeploymentScenario.startupDeploymentsFor(TargetDescription target)
Get all
DeploymentDescription defined to be deployed during Test startup for a specific TargetDescription ordered. |
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentEvent.getDeployment() |
Constructor and Description |
---|
DeployDeployment(Container container,
Deployment deployment) |
DeploymentEvent(Container container,
Deployment deployment) |
UnDeployDeployment(Container container,
Deployment deployment) |
Modifier and Type | Method and Description |
---|---|
static boolean |
RunModeUtils.isRunAsClient(Deployment deployment,
Class<?> testClass,
Method testMethod)
Check is this should run as client.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.