| Interface | Description |
|---|---|
| CachingCallable<V> |
Utility interface that should cache the return value of
Callable.call() and each next
call of the method, it should return the cached value. |
| Configurator<T,C extends DroneConfiguration<C>> |
Defines a contract for creating configurations for Drone Driver
|
| Destructor<T> |
Defines a contract for destroying instances of the Drone Driver
|
| DroneConfiguration<C extends DroneConfiguration<C>> |
Configuration of arbitrary Drone Web user interface test framework.
|
| DroneContext |
Context that stores global configuration and
DronePointContext for drone points. |
| DroneInstanceEnhancer<T> | Deprecated |
| DronePoint<DRONE> |
Injection point is an unique description of a drone in code.
|
| DronePointContext<DRONE> |
Context unique for each
DronePoint. |
| DronePointContext.MetadataKey<VALUE> |
Utility interface used for unique identification of metadata in
DronePointContext. |
| DronePointFilter<DRONE> |
Utility class used for filtering injection points.
|
| DroneRegistry | |
| FilterableResult<DRONE> |
Utility interface for performing filter operation over a set of drone points.
|
| InstanceOrCallableInstance | Deprecated |
| Instantiator<T,C extends DroneConfiguration<C>> |
Defines a contract for instantiating a DroneDriver
|
| Sortable |
Contract which allows to sort object based an precedence value.
|
| Enum | Description |
|---|---|
| DronePoint.Lifecycle |
Copyright © 2016 JBoss by Red Hat. All rights reserved.