すべてTestAppsInstallSetup
public class AllTestAppsInstallSetup
extends BaseTargetPreparer
implements IAbiReceiver
java.lang.Object | ||
↳ | 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)
|
パブリック コンストラクター
すべてTestAppsInstallSetup
public AllTestAppsInstallSetup ()
公開メソッド
設定
public void setUp (TestInformation testInfo)
パラメーター | |
---|---|
testInfo | TestInformation |
スロー | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
取り壊す
public void tearDown (TestInformation testInfo, Throwable e)
パラメーター | |
---|---|
testInfo | TestInformation |
e | Throwable |
スロー | |
---|---|
DeviceNotAvailableException |