AllTestAppsInstallSetup

public class AllTestAppsInstallSetup
extends BaseTargetPreparer implements IAbiReceiver

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


برنامج ITargetPreparer الذي يقوم بتثبيت جميع التطبيقات من IDeviceBuildInfo#getTestsDir() على الجهاز. لتثبيت التطبيق التجريبي الفردي ، يرجى إلقاء نظرة على 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