Class DroneConfigurator

java.lang.Object
org.jboss.arquillian.drone.impl.DroneConfigurator

public class DroneConfigurator extends Object
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 Details

    • DroneConfigurator

      public DroneConfigurator()
  • Method Details