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 ()
שיטות ציבוריות
setUp
public void setUp (TestInformation testInfo)
| פרמטרים | |
|---|---|
testInfo |
TestInformation |
| זריקות | |
|---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
|
tearDown
public void tearDown (TestInformation testInfo, Throwable e)
| פרמטרים | |
|---|---|
testInfo |
TestInformation |
e |
Throwable |
| זריקות | |
|---|---|
DeviceNotAvailableException |
|