InstallAllTestZipApps설정

public class InstallAllTestZipAppsSetup
extends BaseTargetPreparer

java.lang.Object
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)

공개 생성자

InstallAllTestZipApps설정

public InstallAllTestZipAppsSetup ()

공개 메소드

setCleanup

public void setCleanup (boolean cleanup)

매개변수
cleanup boolean

setStopInstallOn실패

public void setStopInstallOnFailure (boolean stopInstallOnFailure)

매개변수
stopInstallOnFailure boolean

setTestZip이름

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