所有測試應用程序安裝設置

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)

公共構造函數

所有測試應用程序安裝設置

public AllTestAppsInstallSetup ()

公共方法

得到阿比

public IAbi getAbi ()

退貨
IAbi

設置Abi

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