AllTestAppsInstallSetup
public
class
AllTestAppsInstallSetup
extends BaseTargetPreparer
implements
IAbiReceiver
| java.lang.Object | ||
| ↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
| ↳ | com.android.tradefed.targetprep.AllTestAppsInstallSetup | |
ITargetPreparer yang menginstal semua aplikasi dari folder
IDeviceBuildInfo.getTestsDir() ke perangkat. Untuk penginstalan aplikasi pengujian satu per satu, lihat TestAppInstallSetup
Ringkasan
Konstruktor publik | |
|---|---|
AllTestAppsInstallSetup()
|
|
Metode publik | |
|---|---|
IAbi
|
getAbi()
|
void
|
setAbi(IAbi abi)
|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Konstruktor publik
AllTestAppsInstallSetup
public AllTestAppsInstallSetup ()
Metode publik
setUp
public void setUp (TestInformation testInfo)
| Parameter | |
|---|---|
testInfo |
TestInformation |
| Menampilkan | |
|---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
|
tearDown
public void tearDown (TestInformation testInfo, Throwable e)
| Parameter | |
|---|---|
testInfo |
TestInformation |
e |
Throwable |
| Menampilkan | |
|---|---|
DeviceNotAvailableException |
|