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 |