- deenhance(T, Class<? extends Annotation>) - Method in interface org.jboss.arquillian.drone.spi.DroneInstanceEnhancer
-
Deprecated.
- DeploymentFilter - Class in org.jboss.arquillian.drone.spi.filter
-
Filter for finding deployment injection points.
- DeploymentFilter() - Constructor for class org.jboss.arquillian.drone.spi.filter.DeploymentFilter
-
Creates a deployment filter which will match all the deployment injection points.
- DeploymentFilter(String) - Constructor for class org.jboss.arquillian.drone.spi.filter.DeploymentFilter
-
Creates a deployment filter which will match deployment injection points, whose name matches the regex.
- DeploymentNameKey - Interface in org.jboss.arquillian.drone.spi.deployment
-
- DestroyDrone - Class in org.jboss.arquillian.drone.spi.command
-
Command event that will trigger the destruction of a drone.
- DestroyDrone(DronePoint<?>) - Constructor for class org.jboss.arquillian.drone.spi.command.DestroyDrone
-
- destroyInstance(T) - Method in interface org.jboss.arquillian.drone.spi.Destructor
-
Destroys an instance of the driver.
- Destructor<T> - Interface in org.jboss.arquillian.drone.spi
-
Defines a contract for destroying instances of the Drone Driver
- DroneAugmented - Interface in org.jboss.arquillian.drone.webdriver.spi
-
Interface which is implemented by WebDriver's Augmenter during augmentation.
- DroneConfiguration<C extends DroneConfiguration<C>> - Interface in org.jboss.arquillian.drone.spi
-
Configuration of arbitrary Drone Web user interface test framework.
- DroneConfigurationEvent - Interface in org.jboss.arquillian.drone.spi.event
-
Representation of event related to Drone configuration.
- DroneContext - Interface in org.jboss.arquillian.drone.spi
-
- DroneEnhancementEvent - Interface in org.jboss.arquillian.drone.spi.event
-
Representation of event related to Drone instance enhancement and denhancement.
- DroneEvent - Interface in org.jboss.arquillian.drone.spi.event
-
Representation of event related to Arquillian Drone extension
- DroneInstanceEnhancer<T> - Interface in org.jboss.arquillian.drone.spi
-
Deprecated.
- DroneInstantiatedFilter - Class in org.jboss.arquillian.drone.spi.filter
-
Filter that matches all injection points for which drone has been instantiated.
- DroneInstantiatedFilter() - Constructor for class org.jboss.arquillian.drone.spi.filter.DroneInstantiatedFilter
-
- DroneLifecycleEvent - Interface in org.jboss.arquillian.drone.spi.event
-
Representation of event related to Drone callable creation, Drone instance creation, Drone Enhancement,
Drone Deenhancement and Drone disposal.
- DronePoint<DRONE> - Interface in org.jboss.arquillian.drone.spi
-
Injection point is an unique description of a drone in code.
- dronePoint - Variable in class org.jboss.arquillian.drone.spi.event.BaseDroneEvent
-
- DronePoint.Lifecycle - Enum in org.jboss.arquillian.drone.spi
-
- DronePointContext<DRONE> - Interface in org.jboss.arquillian.drone.spi
-
- DronePointContext.MetadataKey<VALUE> - Interface in org.jboss.arquillian.drone.spi
-
- DronePointFilter<DRONE> - Interface in org.jboss.arquillian.drone.spi
-
Utility class used for filtering injection points.
- DroneRegistry - Interface in org.jboss.arquillian.drone.spi
-
- get(DronePoint<DRONE>) - Method in interface org.jboss.arquillian.drone.spi.DroneContext
-
Returns an instance of
DronePointContext for specified drone point, creating it if it does not exist.
- getAllBrowserCapabilities() - Method in interface org.jboss.arquillian.drone.webdriver.spi.BrowserCapabilitiesRegistry
-
- getAnnotations() - Method in interface org.jboss.arquillian.drone.spi.DronePoint
-
- getConfigurationAs(Class<CONF>) - Method in interface org.jboss.arquillian.drone.spi.DronePointContext
-
- getConfigurationName() - Method in interface org.jboss.arquillian.drone.spi.DroneConfiguration
-
Returns the name of the configuration.
- getConfigurator() - Method in class org.jboss.arquillian.drone.spi.event.BeforeDronePrepared
-
When Drone is already configured so it is not configured after this event, then the returned configurator is null
- getDronePoint() - Method in class org.jboss.arquillian.drone.spi.command.InjectionPointCommand
-
- getDronePoint() - Method in interface org.jboss.arquillian.drone.spi.DronePointContext
-
Returns an instance of
DronePoint, which is this context bound to.
- getDronePoint() - Method in class org.jboss.arquillian.drone.spi.event.BaseDroneEvent
-
- getDronePoint() - Method in interface org.jboss.arquillian.drone.spi.event.DroneEvent
-
Unique identifier for each drone configuration and instance.
- getDroneType() - Method in interface org.jboss.arquillian.drone.spi.DronePoint
-
- getEnhancer() - Method in class org.jboss.arquillian.drone.spi.event.BeforeDroneDeenhanced
-
- getEnhancer() - Method in class org.jboss.arquillian.drone.spi.event.BeforeDroneEnhanced
-
- getEntryByImplementationClassName(String) - Method in interface org.jboss.arquillian.drone.webdriver.spi.BrowserCapabilitiesRegistry
-
Deprecated.
- getEntryFor(Class<?>, Class<E>) - Method in interface org.jboss.arquillian.drone.spi.DroneRegistry
-
Checks if the registry has an entry for given key and type
- getEntryFor(String) - Method in interface org.jboss.arquillian.drone.webdriver.spi.BrowserCapabilitiesRegistry
-
Checks if the registry has an entry for given key
- getGlobalDroneConfiguration(Class<C>) - Method in interface org.jboss.arquillian.drone.spi.DroneContext
-
Deprecated.
- getImplementationClassName() - Method in interface org.jboss.arquillian.drone.webdriver.spi.BrowserCapabilities
-
Returns class name of appropriate Selenium browser
- getInstance() - Method in interface org.jboss.arquillian.drone.spi.DronePointContext
-
Returns an instance of drone.
- getInstanceAs(Class<CAST_DRONE>) - Method in interface org.jboss.arquillian.drone.spi.DronePointContext
-
Returns an instance of drone, cast to desired type.
- getInstantiator() - Method in class org.jboss.arquillian.drone.spi.event.BeforeDronePrepared
-
When Drone Callable is already crated so it is not created after this event, then the returned instantiator is null
- getLifecycle() - Method in interface org.jboss.arquillian.drone.spi.DronePoint
-
- getMetadata(Class<KEY>) - Method in interface org.jboss.arquillian.drone.spi.DronePointContext
-
Returns saved metadata for the given key.
- getPrecedence() - Method in interface org.jboss.arquillian.drone.spi.Sortable
-
Returns precedence of this implementation
- getQualifier() - Method in interface org.jboss.arquillian.drone.spi.DronePoint
-
Deprecated.
- getRawCapabilities() - Method in interface org.jboss.arquillian.drone.webdriver.spi.BrowserCapabilities
-
Returns a map of Selenium capabilities of the browser
- getReadableName() - Method in interface org.jboss.arquillian.drone.webdriver.spi.BrowserCapabilities
-
Returns a name of browser used to match the BrowserCapabilities object
- getWrapped() - Method in interface org.jboss.arquillian.drone.webdriver.spi.DroneAugmented
-
Returns an augmented instance of WebDriver