
public class DeploymentInstrumentationResolver extends Object
GenerateDeploymentInstrumentationConfiguration| Constructor and Description |
|---|
DeploymentInstrumentationResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
resolveInstrumentationDeploymentMap(org.jboss.arquillian.test.spi.event.suite.BeforeClass event)
Precedence is set here higher then the one in
DroneConfigurator in order to be treated firstly in BeforeClass
context because once Drones get configured, we need this structure to be already initialized for further processing. |
public void resolveInstrumentationDeploymentMap(@Observes(precedence=20)
org.jboss.arquillian.test.spi.event.suite.BeforeClass event)
DroneConfigurator in order to be treated firstly in BeforeClass
context because once Drones get configured, we need this structure to be already initialized for further processing. We
can not hook just to BeforeClass nor GenerateDeployment because the order of these executions is random.event - Copyright © 2014 JBoss by Red Hat. All rights reserved.