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

public class AllTestAppsInstallSetup
extends BaseTargetPreparer implements IAbiReceiver

java.lang.オブジェクト
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.AllTestAppsInstallSetup


IDeviceBuildInfo#getTestsDir()フォルダーからすべてのアプリをデバイスにインストールするITargetPreparer 。個別のテスト アプリのインストールについては、 TestAppInstallSetupを参照してください。

まとめ

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

AllTestAppsInstallSetup ()

パブリックメソッド

IAbi getAbi ()
void setAbi ( IAbi abi)
void setUp ( TestInformation testInfo)

void tearDown ( TestInformation testInfo, Throwable e)

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

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

public AllTestAppsInstallSetup ()

パブリックメソッド

アビを取得

public IAbi getAbi ()

戻り値
IAbi

セットアビ

public void setAbi (IAbi abi)

パラメーター
abi IAbi

設定

public void setUp (TestInformation testInfo)

パラメーター
testInfo TestInformation

投げる
BuildError
DeviceNotAvailableException
TargetSetupError

取り壊す

public void tearDown (TestInformation testInfo, 
                Throwable e)

パラメーター
testInfo TestInformation

e Throwable

投げる
DeviceNotAvailableException