移除 SystemAppPreparer
public
class
RemoveSystemAppPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RemoveSystemAppPreparer |
這個 ITargetPreparer
:用於在測試執行前從系統分區中移除 APK。注意事項
確保系統在實際執行測試前重新啟動裝置,因此系統分區仍
唯讀狀態。
摘要
公用建構函式 | |
---|---|
RemoveSystemAppPreparer()
|
公用方法 | |
---|---|
void
|
setUp(TestInformation testInformation)
|
公用建構函式
移除 SystemAppPreparer
public RemoveSystemAppPreparer ()
公用方法
設定
public void setUp (TestInformation testInformation)
參數 | |
---|---|
testInformation |
TestInformation |
擲回 | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |