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

TearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

參數
testInfo TestInformation

e Throwable

擲回
DeviceNotAvailableException