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 ()
公開メソッド
設定
public void setUp (TestInformation testInformation)
パラメーター | |
---|---|
testInformation | TestInformation |
スロー | |
---|---|
DeviceNotAvailableException | |
TargetSetupError |