RemoveSystemAppPreparer

public class RemoveSystemAppPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.RemoveSystemAppPreparer


テスト実行前にシステム パーティションから APK を削除するための ITargetPreparer。実際のテスト実行前にデバイスが再起動されるため、テスト実行中はシステム パーティションは読み取り専用のままになります。

概要

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

RemoveSystemAppPreparer()

パブリック メソッド

void setUp(TestInformation testInformation)

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

RemoveSystemAppPreparer

public RemoveSystemAppPreparer ()

パブリック メソッド

setUp

public void setUp (TestInformation testInformation)

パラメータ
testInformation TestInformation

例外
DeviceNotAvailableException
TargetSetupError