public interface DroidiumMetadataKey
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DroidiumMetadataKey.ACTIVITIES
Under this key, a list of activities which is some Drone acting upon is saved to
DronePoint metadata. |
static interface |
DroidiumMetadataKey.DEPLOYMENT
Under this key, a deployment name from
@Deployment method is saved as value to DronePoint metadata on
which some particular DronePoint operates. |
static interface |
DroidiumMetadataKey.INSTRUMENTATION_TEST_PACKAGE_NAME
Representation modified package name of original Selendroid deployment that is used to identify deployment on Android Device.
|
static interface |
DroidiumMetadataKey.PORT
Under this key, port number is saved to
DronePoint metadata via which some particular Drone interacts with
Selendroid deployment instrumenting Arquillian deployment. |
static interface |
DroidiumMetadataKey.TESTED_APP_PACKAGE_NAME
Representation of package name of Android application under tests.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.