すべてのテストジップアプリのインストールセットアップ

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)

パブリックコンストラクター

すべてのテストジップアプリのインストールセットアップ

public InstallAllTestZipAppsSetup ()

パブリックメソッド

セットクリーンアップ

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