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