InstallAllTestZipAppsSetup

public class InstallAllTestZipAppsSetup
extends BaseTargetPreparer

java.lang.Объект
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.InstallAllTestZipAppsSetup


ITargetPreparer , который устанавливает все приложения в тестовом ZIP-архиве. Для установки отдельного тестового приложения см. TestAppInstallSetup .

Краткое содержание

Публичные конструкторы

InstallAllTestZipAppsSetup ()

Публичные методы

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)

Публичные конструкторы

InstallAllTestZipAppsSetup

public InstallAllTestZipAppsSetup ()

Публичные методы

setCleanup

public void setCleanup (boolean cleanup)

Параметры
cleanup boolean

setStopInstallOnFailure

public void setStopInstallOnFailure (boolean stopInstallOnFailure)

Параметры
stopInstallOnFailure boolean

setTestZipName

public void setTestZipName (String testZipName)

Параметры
testZipName String

настраивать

public void setUp (ITestDevice device, 
                IBuildInfo buildInfo)

Параметры
device ITestDevice

buildInfo IBuildInfo

Броски
DeviceNotAvailableException
TargetSetupError

срывать

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

Параметры
device ITestDevice

buildInfo IBuildInfo

e Throwable

Броски
DeviceNotAvailableException