AllTestAppsInstallSetup

public class AllTestAppsInstallSetup
extends BaseTargetPreparer implements IAbiReceiver

java.lang.Object 中
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.AllTestAppsInstallSetup


用于安装 IDeviceBuildInfo#getTestsDir() 中的所有应用的 ITargetPreparer 复制到设备上对于单个测试应用安装,请查看 TestAppInstallSetup

摘要

公共构造函数

AllTestAppsInstallSetup()

公共方法

IAbi getAbi()
void setAbi(IAbi abi)
void setUp(TestInformation testInfo)

void tearDown(TestInformation testInfo, Throwable e)

公共构造函数

AllTestAppsInstallSetup

public AllTestAppsInstallSetup ()

公共方法

getAbi

public IAbi getAbi ()

返回
IAbi

SetAbi

public void setAbi (IAbi abi)

参数
abi IAbi

设置

public void setUp (TestInformation testInfo)

参数
testInfo TestInformation

抛出
BuildError
DeviceNotAvailableException
TargetSetupError

拆解

public void tearDown (TestInformation testInfo, 
                Throwable e)

参数
testInfo TestInformation

e Throwable

抛出
DeviceNotAvailableException