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 ()
الطرق العامة
إعداد
public void setUp (TestInformation testInfo)
المعلمات | |
---|---|
testInfo |
TestInformation |
الرميات | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
قطع
public void tearDown (TestInformation testInfo, Throwable e)
المعلمات | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
الرميات | |
---|---|
DeviceNotAvailableException |