public class DeploymentInstrumentationResolver extends Object
BeforeClassInstrumentationConfiguration| 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
DroneLifecycleManager 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=80)
org.jboss.arquillian.test.spi.event.suite.BeforeClass event)
DroneLifecycleManager 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 © 2015 JBoss by Red Hat. All rights reserved.