InstallAllTestZipAppsSetup

public class InstallAllTestZipAppsSetup
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.InstallAllTestZipAppsSetup


Un ITargetPreparer que instala todas las apps en un archivo ZIP de prueba. Para la instalación individual de la app de prueba, consulta TestAppInstallSetup.

Resumen

Constructores públicos

InstallAllTestZipAppsSetup()

Métodos públicos

void setCleanup(boolean cleanup)
void setStopInstallOnFailure(boolean stopInstallOnFailure)
void setTestZipName(String testZipName)
void setUp(ITestDevice device, IBuildInfo buildInfo)

void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e)

Constructores públicos

InstallAllTestZipAppsSetup

public InstallAllTestZipAppsSetup ()

Métodos públicos

setCleanup

public void setCleanup (boolean cleanup)

Parámetros
cleanup boolean

setStopInstallOnFailure

public void setStopInstallOnFailure (boolean stopInstallOnFailure)

Parámetros
stopInstallOnFailure boolean

setTestZipName

public void setTestZipName (String testZipName)

Parámetros
testZipName String

setUp

public void setUp (ITestDevice device, 
                IBuildInfo buildInfo)

Parámetros
device ITestDevice

buildInfo IBuildInfo

Arroja
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (ITestDevice device, 
                IBuildInfo buildInfo, 
                Throwable e)

Parámetros
device ITestDevice

buildInfo IBuildInfo

e Throwable

Arroja
DeviceNotAvailableException