| Class | Description |
|---|---|
| DeploymentActivitiesMapper |
Maps list of activities as values to keys as deployment names of deployments which are instrumentable.
|
| DeploymentActivitiesScanner |
Scans installed Android packages to find all activities which can be instrumented.
Observes: AfterAndroidDeploymentDeployed
Fires:BeforeAndroidDeploymentScanned
AfterAndroidDeploymentScanned
Both events are fired only in case we are really going to perfrom the scan. |
| DeploymentInstrumentationMapper |
Holds deployment names with underlying instrumentation configurations.
|
| DeploymentInstrumentationResolver |
Scans test class and resolves mapping between deployment names and their instrumentation configurations.
Observes: BeforeClass
|
| DroidiumDronePointDestroyer |
If some Selendroid-based WebDriver controls activities belonging to an APK which is about to be uninstalled from device, we
need to destroy this WebDriver before uninstallation takes place.
|
| SelendroidDeploymentRegister |
Holds Selendroid deployments - they are deployed along ordinary APK deployments in order to instrument them.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.