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 |