public static class ArquillianSuiteExtension.SuiteDeployer extends Object
| Constructor and Description |
|---|
ArquillianSuiteExtension.SuiteDeployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
blockDeployManagedDeploymentsWhenNeeded(org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.container.spi.event.DeployManagedDeployments> eventContext)
Method ignoring DeployManagedDeployments events if already deployed.
|
void |
blockGenerateDeploymentWhenNeeded(org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.container.test.impl.client.deployment.event.GenerateDeployment> eventContext)
Method ignoring GenerateDeployment events if deployment is already done.
|
void |
blockUnDeployManagedDeploymentsWhenNeeded(org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.container.spi.event.UnDeployManagedDeployments> eventContext)
Method ignoring UnDeployManagedDeployments events at runtime.
|
void |
startup(org.jboss.arquillian.test.spi.event.suite.BeforeSuite event)
Startup event.
|
void |
undeploy(org.jboss.arquillian.container.spi.event.container.BeforeStop event)
Undeploy event.
|
public ArquillianSuiteExtension.SuiteDeployer()
public void blockDeployManagedDeploymentsWhenNeeded(@Observes
org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.container.spi.event.DeployManagedDeployments> eventContext)
eventContext - Event to checkpublic void blockGenerateDeploymentWhenNeeded(@Observes
org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.container.test.impl.client.deployment.event.GenerateDeployment> eventContext)
eventContext - Event to checkpublic void blockUnDeployManagedDeploymentsWhenNeeded(@Observes
org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.container.spi.event.UnDeployManagedDeployments> eventContext)
eventContext - Event to checkpublic void startup(@Observes(precedence=-100)
org.jboss.arquillian.test.spi.event.suite.BeforeSuite event)
event - AfterStart event to catchpublic void undeploy(@Observes
org.jboss.arquillian.container.spi.event.container.BeforeStop event)
event - event to observeCopyright © 2013-2014 Ingwar & co.. All Rights Reserved.