InstallAllTestZipAppsSetup

public class InstallAllTestZipAppsSetup
extends BaseTargetPreparer

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


Test zip'indeki tüm uygulamaları yükleyen bir ITargetPreparer. Test uygulamalarını tek tek yükleme hakkında bilgi edinmek için lütfen TestAppInstallSetup başlıklı makaleyi inceleyin.

Özet

Herkese açık kurucular

InstallAllTestZipAppsSetup()

Herkese açık yöntemler

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)

Herkese açık kurucular

InstallAllTestZipAppsSetup

public InstallAllTestZipAppsSetup ()

Herkese açık yöntemler

setCleanup

public void setCleanup (boolean cleanup)

Parametreler
cleanup boolean

setStopInstallOnFailure

public void setStopInstallOnFailure (boolean stopInstallOnFailure)

Parametreler
stopInstallOnFailure boolean

setTestZipName

public void setTestZipName (String testZipName)

Parametreler
testZipName String

setUp

public void setUp (ITestDevice device, 
                IBuildInfo buildInfo)

Parametreler
device ITestDevice

buildInfo IBuildInfo

Atışlar
DeviceNotAvailableException
TargetSetupError

tearDown

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

Parametreler
device ITestDevice

buildInfo IBuildInfo

e Throwable

Atışlar
DeviceNotAvailableException