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 |