InstallAllTestZipAppsSetup

public class InstallAllTestZipAppsSetup
extends BaseTargetPreparer

java.lang.객체
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.InstallAllTestZipAppsSetup


테스트 zip에 모든 앱을 설치하는 ITargetPreparer . 개별 테스트 앱 설치의 경우 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

tearDown

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

매개변수
device ITestDevice

buildInfo IBuildInfo

e Throwable

던지기
DeviceNotAvailableException