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

setUp

public void setUp (ITestDevice device, 
                IBuildInfo buildInfo)

パラメータ
device ITestDevice

buildInfo IBuildInfo

tearDown

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

パラメータ
device ITestDevice

buildInfo IBuildInfo

e Throwable