| Class | Description |
|---|---|
| InstrumentationPerformDecider |
Decides if Drone callable, before it is instantiated, instruments some deployment.
|
| InstrumentationPerformer |
Initializes instrumentation process by observing
PerformInstrumentation event and matching deployment name to
instrumentated package against which Drone instance is created.Observes: PerformInstrumentation
Fires:
SelendroidDeploy
|
| InstrumentationRemoveDecider |
After some Drone instance is destroyed, it checks if there exist some Selendroid server for this instance and it is
uninstalled afterwards if it does.
Observes: AfterDroneDestroyed
Fires:
SelendroidUnDeploy
|
| InstrumentationScanner |
Scans a test class in order to map deployment names from
@Deployment methods to their instrumentation configurations. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.