Package org.jboss.arquillian.drone.impl
Class DroneConfigurator
java.lang.Object
org.jboss.arquillian.drone.impl.DroneConfigurator
Creator of Drone configurations. Drone configuration is created either before class or before method,
depending on the scope
of Drone instance, based on data provided in arquillian.xml.
Creates:
DroneContext
Observes:
BeforeClass Before
Fires:
BeforeDronePrepared AfterDronePrepared- Author:
- Karel Piwko
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprepareDrone(PrepareDrone command, DroneRegistry registry)
-
Constructor Details
-
DroneConfigurator
public DroneConfigurator()
-
-
Method Details
-
prepareDrone
-