TestSystemAppInstallSetup
public
class
TestSystemAppInstallSetup
extends BaseTargetPreparer
java.lang.Object 中 | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.TestSystemAppInstallSetup |
一个 ITargetPreparer
,用于将 IDeviceBuildInfo.getTestsDir()
文件夹中的一个或多个应用安装到设备上的 /system 分区。
需要 adb root
摘要
公共构造函数 | |
---|---|
TestSystemAppInstallSetup()
|
公共方法 | |
---|---|
void
|
addTestFileName(String fileName)
将文件添加到要安装的 APK 列表中 |
void
|
setUp(TestInformation testInfo)
|
公共构造函数
TestSystemAppInstallSetup
public TestSystemAppInstallSetup ()
公共方法
addTestFileName
public void addTestFileName (String fileName)
将文件添加到要安装的 APK 列表中
设置
public void setUp (TestInformation testInfo)
参数 | |
---|---|
testInfo |
TestInformation |
抛出 | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |