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 |
|