CompanionTestAppInstallSetup

public class CompanionTestAppInstallSetup
extends TestAppInstallSetup

java.lang.Object 中
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.TestAppInstallSetup
       ↳ com.android.tradefed.targetprep.companion.CompanionTestAppInstallSetup


一个 ITargetPreparer,可从以下位置安装一个或多个应用: IDeviceBuildInfo#getTestsDir() 文件夹到分配的配套设备上。

请注意,这意味着主要设备 build 中内置了相关测试工件,但也 适用于配套设备

摘要

公共构造函数

CompanionTestAppInstallSetup()

公共方法

ITestDevice getDevice()

返回准备器应该应用到的设备。

公共构造函数

CompanionTestAppInstallSetup

public CompanionTestAppInstallSetup ()

公共方法

getDevice

public ITestDevice getDevice ()

返回准备器应该应用到的设备。

返回
ITestDevice

抛出
TargetSetupError