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 |