删除SystemAppPreparer
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)
|
公共构造函数
删除SystemAppPreparer
public RemoveSystemAppPreparer ()
公共方法
设置
public void setUp (TestInformation testInformation)
参数 | |
---|---|
testInformation | TestInformation |
投掷 | |
---|---|
DeviceNotAvailableException | |
TargetSetupError |