AllTestAppsInstallSetup
public
class
AllTestAppsInstallSetup
extends BaseTargetPreparer
implements
IAbiReceiver
| java.lang.Object | ||
| ↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
| ↳ | com.android.tradefed.targetprep.AllTestAppsInstallSetup | |
IDeviceBuildInfo.getTestsDir() klasöründeki tüm uygulamaları cihaza yükleyen bir ITargetPreparer. Tek tek test uygulaması yükleme için lütfen TestAppInstallSetup
Özet
Herkese açık kurucular | |
|---|---|
AllTestAppsInstallSetup()
|
|
Herkese açık yöntemler | |
|---|---|
IAbi
|
getAbi()
|
void
|
setAbi(IAbi abi)
|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Herkese açık kurucular
AllTestAppsInstallSetup
public AllTestAppsInstallSetup ()
Herkese açık yöntemler
setUp
public void setUp (TestInformation testInfo)
| Parametreler | |
|---|---|
testInfo |
TestInformation |
| Atışlar | |
|---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
|
tearDown
public void tearDown (TestInformation testInfo, Throwable e)
| Parametreler | |
|---|---|
testInfo |
TestInformation |
e |
Throwable |
| Atışlar | |
|---|---|
DeviceNotAvailableException |
|