public class SelendroidDeployment
extends org.arquillian.droidium.container.api.DroidiumDeployment
AndroidDeployment.| Constructor and Description |
|---|
SelendroidDeployment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.jboss.shrinkwrap.api.Archive<?> |
getDeployment() |
String |
getDeploymentName() |
String |
getInstrumenationTestPackageName() |
InstrumentationConfiguration |
getInstrumentationConfiguration() |
AndroidDeployment |
getInstrumentedDeployment() |
File |
getRebuilt() |
File |
getResigned() |
String |
getSelendroidPackageName() |
String |
getSelendroidVersion() |
File |
getWorkingCopy() |
int |
hashCode() |
SelendroidDeployment |
setDeploymentName(String androidDeploymentName) |
SelendroidDeployment |
setInstrumentationConfiguration(InstrumentationConfiguration configuration)
Sets instrumentation configuration for this Selendroid deployment.
|
SelendroidDeployment |
setInstrumentationTestPackageName(String instrumentationTestPackageName)
Sets instrumentation test package name, that is based on original Selendroid package name that
was made unique for purposes of multiple application testing
|
SelendroidDeployment |
setInstrumentedDeployment(AndroidDeployment instrumentedDeployment)
Sets
AndroidDeployment meant to be instrumented by this Selendroid server. |
SelendroidDeployment |
setRebuilt(File rebuiltSelendroid)
Sets rebuilt Selendroid server after its modification which reflects Android application to instrument.
|
SelendroidDeployment |
setResigned(File resignedSelendroid)
Sets resigned Selendroid server after it is rebuilt.
|
SelendroidDeployment |
setSelendroidPackageName(String selendroidPackageName)
Sets original SelendroidPackage name that is used to find various classes from Selendroid package.
|
SelendroidDeployment |
setSelendroidVersion(String selendroidVersion) |
SelendroidDeployment |
setWorkingCopy(File selendroidWorkingCopy) |
public SelendroidDeployment setWorkingCopy(File selendroidWorkingCopy)
selendroidWorkingCopy - IllegalArgumentException - if selendroidWorkingCopy is a null objectpublic File getWorkingCopy()
public SelendroidDeployment setRebuilt(File rebuiltSelendroid)
rebuiltSelendroid - IllegalArgumentException - if rebuiltSelendroid is a null objectpublic File getRebuilt()
public SelendroidDeployment setResigned(File resignedSelendroid)
resignedSelendroid - IllegalArgumentException - if resignedSelendroid is a null objectpublic File getResigned()
public SelendroidDeployment setInstrumentationTestPackageName(String instrumentationTestPackageName)
instrumentationTestPackageName - IllegalArgumentException - if instrumentationTestPackageName is a null object or an empty stringpublic String getInstrumenationTestPackageName()
public org.jboss.shrinkwrap.api.Archive<?> getDeployment()
getDeployment in class org.arquillian.droidium.container.api.DroidiumDeploymentpublic SelendroidDeployment setInstrumentedDeployment(AndroidDeployment instrumentedDeployment)
AndroidDeployment meant to be instrumented by this Selendroid server.instrumentedDeployment - IllegalArgumentException - if instrumentedDeployment is a null objectpublic AndroidDeployment getInstrumentedDeployment()
public SelendroidDeployment setInstrumentationConfiguration(InstrumentationConfiguration configuration)
configuration - IllegalArgumentException - if configuration is a null objectpublic InstrumentationConfiguration getInstrumentationConfiguration()
public String getDeploymentName()
getDeploymentName in class org.arquillian.droidium.container.api.DroidiumDeploymentpublic SelendroidDeployment setDeploymentName(String androidDeploymentName)
androidDeploymentName - public SelendroidDeployment setSelendroidPackageName(String selendroidPackageName)
selendroidPackageName - name of the Selendroid package as in its AndroidManifest.xmlpublic String getSelendroidPackageName()
public String getSelendroidVersion()
public SelendroidDeployment setSelendroidVersion(String selendroidVersion)
Copyright © 2015 JBoss by Red Hat. All rights reserved.