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

setUp

public void setUp (TestInformation testInfo)

المعلمات
testInfo TestInformation

عمليات الرمي
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

المعلمات
testInfo TestInformation

e Throwable

عمليات الرمي
DeviceNotAvailableException