InstallAllTestZipAppsSetup

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)

공개 생성자

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