| Package | Description |
|---|---|
| org.jboss.arquillian.drone.spi | |
| org.jboss.arquillian.drone.spi.event |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Configurator<T,C extends DroneConfiguration<C>>
Defines a contract for creating configurations for Drone Driver
|
interface |
DroneConfiguration<C extends DroneConfiguration<C>>
Configuration of arbitrary Drone Web user interface test framework.
|
interface |
Instantiator<T,C extends DroneConfiguration<C>>
Defines a contract for instantiating a DroneDriver
|
| Modifier and Type | Method and Description |
|---|---|
<CONF extends DroneConfiguration<CONF>> |
DronePointContext.getConfigurationAs(Class<CONF> configurationClass)
Returns an instance of
DroneConfiguration cast to desired type. |
<C extends DroneConfiguration<C>> |
DroneContext.getGlobalDroneConfiguration(Class<C> configurationClass)
Deprecated.
|
<CONF extends DroneConfiguration<CONF>> |
DronePointContext.setConfiguration(CONF configuration)
Sets the
DroneConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
void |
DroneContext.setGlobalDroneConfiguration(DroneConfiguration<?> configuration)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Configurator<?,? extends DroneConfiguration<?>> |
BeforeDroneConfigured.getConfigurator() |
Instantiator<?,? extends DroneConfiguration<?>> |
BeforeDroneCallableCreated.getInstantiator() |
| Constructor and Description |
|---|
BeforeDroneCallableCreated(Instantiator<?,? extends DroneConfiguration<?>> instantiator,
DronePoint<?> dronePoint) |
BeforeDroneConfigured(Configurator<?,? extends DroneConfiguration<?>> configurator,
DronePoint<?> dronePoint) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.